Skip to content

Commit

Permalink
style: fix el-date-picker css style
Browse files Browse the repository at this point in the history
  • Loading branch information
PanJiaChen committed Oct 25, 2019
1 parent 6a214f0 commit 6739ab5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/styles/element-ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 6739ab5

Please sign in to comment.