@@ -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;
+ svg {
+ fill: @m-grey1;
+}
.ant-popover {
.ant-popover-content {
border: 1px solid @m-grey22;
@@ -15,6 +15,7 @@
</a-select>
<a-space direction="vertical">
<a-date-picker v-model:value="date"
+ class="commonDatePicker"
@change="update"
:format="dateFormat" />
</a-space>