We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ea50d commit dc5aa51Copy full SHA for dc5aa51
src/styles/element-ui.scss
@@ -42,3 +42,8 @@
42
display: block
43
}
44
45
+
46
+// to fix el-date-picker css style
47
+.el-range-separator {
48
+ box-sizing: content-box;
49
+}
0 commit comments