marymelisa 4 éve
szülő
commit
02eafd5350

+ 24 - 0
src/assets/styles/mixin.less

@@ -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;

+ 1 - 0
src/views/report/exposure-report/components/filterTable/index.vue

@@ -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>

+ 1 - 0
src/views/report/finance-report/components/filterTable/index.vue

@@ -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>