Skip to content

Commit 6739ab5

Browse files
committed
style: fix el-date-picker css style
1 parent 6a214f0 commit 6739ab5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/styles/element-ui.scss

+5
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,8 @@
7777
.el-range-editor.el-input__inner {
7878
display: inline-flex !important;
7979
}
80+
81+
// to fix el-date-picker css style
82+
.el-range-separator {
83+
box-sizing: content-box;
84+
}

0 commit comments

Comments
 (0)