fix(components): [input] 添加prepend或append插槽后, clearable无法显示 (#6756)

This commit is contained in:
troy 2022-03-31 21:08:35 +08:00 committed by GitHub
parent c2ef5a82f5
commit d0280b5eff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -423,13 +423,11 @@
border-bottom-left-radius: 0;
@include mixed-input-border(var(--el-input-border-color));
&:hover {
z-index: 1;
@include mixed-input-border(var(--el-input-hover-border-color));
}
&:focus {
outline: none;
z-index: 2;
@include mixed-input-border(var(--el-input-focus-border-color));
}
}