Commit e8ad1013 authored by 杨奕's avatar 杨奕 Committed by baiyaaaaa

Cascader: fix initial value not displaying when disabled (#3297)

parent d0ce16a8
...@@ -63,6 +63,12 @@ ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment