lilei 10 ay önce
ebeveyn
işleme
ce84808d3b
2 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 4 3
      src/components/index.less
  2. 0 1
      src/components/newThem.less

+ 4 - 3
src/components/index.less

@@ -343,11 +343,12 @@
 .ant-alert-message, .ant-card-head{
   color: #000000!important;
 }
-.ant-select-disabled .ant-select-selection,.ant-cascader-picker-disabled{
-  color: #999!important;
+.ant-input-disabled, .ant-input-number-disabled, .ant-input-number input[readonly], .ant-input[disabled], .ant-select-disabled .ant-select-selection,.ant-cascader-picker-disabled{
+  background-color: #f8f8f8 !important;
+    color: #333 !important;
+    cursor: not-allowed;
 }
 
-
 //头部样式
 .header-bar{
   margin:6px auto;

+ 0 - 1
src/components/newThem.less

@@ -11,7 +11,6 @@
 @table-padding-horizontal: 5px;
 @border-color-base: #dedede;
 @border-color-split: #dedede;
-@input-disabled-bg: #dedede;
 
 // vue-easytable new style
 @ve-default-font-size: 12px;