We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a214f0 commit 6739ab5Copy full SHA for 6739ab5
src/styles/element-ui.scss
@@ -77,3 +77,8 @@
77
.el-range-editor.el-input__inner {
78
display: inline-flex !important;
79
}
80
+
81
+// to fix el-date-picker css style
82
+.el-range-separator {
83
+ box-sizing: content-box;
84
+}
0 commit comments