mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-06 05:09:00 +08:00
fix(components): [select-v2] fix placeholder style (#9707)
This commit is contained in:
parent
99bb2b076c
commit
206ffbefd2
@ -255,9 +255,7 @@
|
||||
nsSelectV2.is(
|
||||
'transparent',
|
||||
states.isComposing ||
|
||||
(placeholder && multiple
|
||||
? modelValue.length === 0
|
||||
: !hasModelValue)
|
||||
(multiple ? modelValue.length === 0 : !hasModelValue)
|
||||
),
|
||||
]"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user