|
@@ -343,11 +343,12 @@
|
|
.ant-alert-message, .ant-card-head{
|
|
.ant-alert-message, .ant-card-head{
|
|
color: #000000!important;
|
|
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{
|
|
.header-bar{
|
|
margin:6px auto;
|
|
margin:6px auto;
|