Cascader: adjust close icon z-index, fix #4084

pull/4235/head
pengchongfu 2017-04-13 12:29:09 +08:00 committed by 杨奕
parent afeeadbdb3
commit 7d5da7575d
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@
}
}
.el-icon-circle-close {
z-index: calc(var(--index-normal) + 1);
}
@e label {
position: absolute;
left: 0;