Kaynağa Gözat

表单禁用的文字颜色修改

CzRger 10 ay önce
ebeveyn
işleme
832c604af7

+ 1 - 3
snowy-admin-web/src/style/cus.less

@@ -1,6 +1,3 @@
-@import './realdark';
-@import './default';
-
 .__hover {
 	&:hover {
 		opacity: 0.75;
@@ -39,3 +36,4 @@
 		background-color: #0062E9;
 	}
 }
+

+ 10 - 0
snowy-admin-web/src/style/index.less

@@ -534,3 +534,13 @@ body,
 .batch-box.active:before {
 	background: var(--primary-color) !important;
 }
+
+
+.ant-input-disabled,
+.ant-radio-wrapper-disabled > span,
+.ant-checkbox-wrapper-disabled > span,
+.ant-select-disabled .ant-select-selection-item,
+.ant-picker-disabled input
+{
+	color: #000000 !important;
+}