style: fix el-date-picker css style
This commit is contained in:
parent
35ea50deea
commit
dc5aa51577
|
@ -42,3 +42,8 @@
|
||||||
display: block
|
display: block
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// to fix el-date-picker css style
|
||||||
|
.el-range-separator {
|
||||||
|
box-sizing: content-box;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue