mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-17 11:49:41 +08:00
fix(components): [input] input-style rendering error (#15174)
fix(components): [el-input] input-style rendering error
This commit is contained in:
parent
6416bb24a4
commit
e5a3a13760
@ -276,7 +276,6 @@ const passwordIcon = computed(() =>
|
||||
)
|
||||
const containerStyle = computed<StyleValue>(() => [
|
||||
rawAttrs.style as StyleValue,
|
||||
props.inputStyle,
|
||||
])
|
||||
const textareaStyle = computed<StyleValue>(() => [
|
||||
props.inputStyle,
|
||||
|
Loading…
Reference in New Issue
Block a user