|
|
@@ -992,7 +992,31 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+// 日期输入框
|
|
|
|
|
|
+.commonDatePicker.ant-calendar-picker {
|
|
|
+ .ant-input {
|
|
|
+ background: @m-grey9;
|
|
|
+ padding: 0 8px;
|
|
|
+ height: 30px;
|
|
|
+ line-height: 30px;
|
|
|
+ border: 0;
|
|
|
+ color: @m-white1;
|
|
|
+
|
|
|
+
|
|
|
+ }
|
|
|
+ .ant-calendar-picker-icon {
|
|
|
+ color: @m-grey1;
|
|
|
+ }
|
|
|
+
|
|
|
+ .ant-calendar-picker-clear {
|
|
|
+ background: transparent;
|
|
|
+ color: @m-grey1;
|
|
|
+ svg {
|
|
|
+ fill: @m-grey1;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
.ant-popover {
|
|
|
.ant-popover-content {
|
|
|
border: 1px solid @m-grey22;
|