style: fix el-date-picker css style

This commit is contained in:
花裤衩 2019-10-25 19:45:21 +08:00
parent 6a214f0eac
commit 6739ab543b
1 changed files with 5 additions and 0 deletions

View File

@ -77,3 +77,8 @@
.el-range-editor.el-input__inner {
display: inline-flex !important;
}
// to fix el-date-picker css style
.el-range-separator {
box-sizing: content-box;
}