mirror of https://github.com/ElemeFE/element
Cascader: fix initial value not displaying when disabled (#3297)
parent
d0ce16a8a1
commit
e8ad1013d4
|
@ -63,6 +63,12 @@
|
||||||
line-height: calc(var(--input-small-height) - 2);
|
line-height: calc(var(--input-small-height) - 2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@when disabled {
|
||||||
|
.el-cascader__label {
|
||||||
|
z-index: calc(var(--index-normal) + 1);
|
||||||
|
color: var(--disabled-color-base);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@b cascader-menus {
|
@b cascader-menus {
|
||||||
|
|
Loading…
Reference in New Issue