mirror of https://github.com/ElemeFE/element
Cascader: adjust close icon z-index, fix #4084
parent
afeeadbdb3
commit
7d5da7575d
|
@ -25,6 +25,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.el-icon-circle-close {
|
||||
z-index: calc(var(--index-normal) + 1);
|
||||
}
|
||||
|
||||
@e label {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
|
|
Loading…
Reference in New Issue