fix(theme/src/input): [input] fix input append slot css when select is in it (#1165)

This commit is contained in:
yoyo 2023-12-18 14:06:34 +08:00 committed by GitHub
parent c84ab66471
commit 8f4b13c1df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
} }
&-append > div:has(.@{input-prefix-cls}__suffix) { &-append > div:has(>.@{input-prefix-cls}__suffix) {
display: inline-block; display: inline-block;
position: relative; position: relative;
.@{input-prefix-cls}__suffix { .@{input-prefix-cls}__suffix {