12 lines
203 B
SCSS
12 lines
203 B
SCSS
.ele-basic-select {
|
|
width: 100%;
|
|
|
|
&:not(:hover) > .el-input .el-icon-circle-close {
|
|
display: none;
|
|
}
|
|
|
|
&:hover > .el-input .el-icon-circle-close + .el-icon-arrow-up {
|
|
display: none;
|
|
}
|
|
}
|