jiawuxian 2 سال پیش
والد
کامیت
3bc70e0650
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/components/dateTime/daterange.picker.vue

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