mirror of https://github.com/ElemeFE/element
parent
cf4bceb1fa
commit
22463fb404
|
@ -80,9 +80,15 @@
|
||||||
|
|
||||||
@include b(range-editor) {
|
@include b(range-editor) {
|
||||||
&.el-input__inner {
|
&.el-input__inner {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
padding: 3px 10px;
|
padding: 3px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-range-input {
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|
||||||
@include when(active) {
|
@include when(active) {
|
||||||
border-color: $--color-primary;
|
border-color: $--color-primary;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue