Ver Fonte

样式调试

jiawuxian há 2 anos atrás
pai
commit
3bc70e0650
1 ficheiros alterados com 2 adições e 2 exclusões
  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>