Browse Source

style: fix el-date-picker css style

花裤衩 5 years ago
parent
commit
dc5aa51577
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/styles/element-ui.scss

+ 5 - 0
src/styles/element-ui.scss

@@ -42,3 +42,8 @@
42 42
     display: block
43 43
   }
44 44
 }
45
+
46
+// to fix el-date-picker css style
47
+.el-range-separator {
48
+  box-sizing: content-box;
49
+}