|
@@ -748,7 +748,6 @@
|
|
|
|
|
|
|
|
// 日期输入框 @m-grey21
|
|
// 日期输入框 @m-grey21
|
|
|
.commonPicker.ant-calendar-picker {
|
|
.commonPicker.ant-calendar-picker {
|
|
|
- width: 200px !important;
|
|
|
|
|
.ant-input {
|
|
.ant-input {
|
|
|
background: @m-grey21;
|
|
background: @m-grey21;
|
|
|
border-color: @m-grey14;
|
|
border-color: @m-grey14;
|
|
@@ -882,4 +881,8 @@
|
|
|
.ant-calendar-in-range-cell::before {
|
|
.ant-calendar-in-range-cell::before {
|
|
|
background: @m-grey22-hover;
|
|
background: @m-grey22-hover;
|
|
|
}
|
|
}
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.has-error .ant-input:not(.has-error .ant-input-disabled), -has-error .ant-input:not(.has-error .ant-input-disabled), .has-error .ant-input:not(-has-error .ant-input-disabled), -has-error .ant-input:not(-has-error .ant-input-disabled) {
|
|
|
|
|
+ background: @m-grey21;
|
|
|
}
|
|
}
|