jiawuxian 2 жил өмнө
parent
commit
3bc70e0650

+ 2 - 2
src/components/dateTime/daterange.picker.vue

@@ -94,11 +94,11 @@ export default {
 <style lang="scss" scoped>
 .customDatePicker {
   ::v-deep .el-range-input {
-    font-size: 16px !important;
+    font-size: 14px !important;
   }
 
   ::v-deep .el-range-separator {
-    font-size: 16px !important;
+    font-size: 14px !important;
   }
 }
 </style>