style: fix el-date-picker css style

This commit is contained in:
花裤衩 2019-10-25 19:44:44 +08:00
parent 35ea50deea
commit dc5aa51577
1 changed files with 5 additions and 0 deletions

View File

@ -42,3 +42,8 @@
display: block display: block
} }
} }
// to fix el-date-picker css style
.el-range-separator {
box-sizing: content-box;
}