Browse Source

style: fix el-date-picker css style

pull/2720/head
花裤衩 5 years ago
parent
commit
6739ab543b
  1. 5
      src/styles/element-ui.scss

5
src/styles/element-ui.scss

@ -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;
}

Loading…
Cancel
Save