forked from opentiny/tiny-vue
fix(theme/src/input): [input] fix input append slot css when select is in it (#1165)
This commit is contained in:
parent
c84ab66471
commit
8f4b13c1df
|
@ -355,7 +355,7 @@
|
|||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
&-append > div:has(.@{input-prefix-cls}__suffix) {
|
||||
&-append > div:has(>.@{input-prefix-cls}__suffix) {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
.@{input-prefix-cls}__suffix {
|
||||
|
|
Loading…
Reference in New Issue