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

pull/3345/head
杨奕 2017-03-07 10:56:47 +08:00 committed by baiyaaaaa
parent d0ce16a8a1
commit e8ad1013d4
1 changed files with 6 additions and 0 deletions

View File

@ -63,6 +63,12 @@
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 {