Skip to content

Commit dc5aa51

Browse files
committed
style: fix el-date-picker css style
1 parent 35ea50d commit dc5aa51

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/styles/element-ui.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,8 @@
4242
display: block
4343
}
4444
}
45+
46+
// to fix el-date-picker css style
47+
.el-range-separator {
48+
box-sizing: content-box;
49+
}

0 commit comments

Comments
 (0)