@@ -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;
@@ -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;