瀏覽代碼

修改bug

chenrui 10 月之前
父節點
當前提交
acd7e733c4
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      src/components/index.less
  2. 1 1
      src/components/newThem.less

+ 1 - 0
src/components/index.less

@@ -278,6 +278,7 @@
       user-select: auto !important;
     }
   }
+  
   // input:disabled{
   //   opacity: 1!important;
   //   color: #fff!important;

+ 1 - 1
src/components/newThem.less

@@ -3,7 +3,7 @@
 @font-size-base: 12px;
 @table-row-hover-bg: color(~`colorPalette('@{primary-color}', 0.5) `);
 @text-color: fade(@black, 100%);
-@disabled-bg: #fafafa;
+@disabled-bg: #f2f2f2;
 @modal-body-padding: 15px;
 @menu-item-height: 30px;
 @collapse-header-padding: 6px 8px;