mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): [input] input-style rendering error (#15174)
fix(components): [el-input] input-style rendering error
This commit is contained in:
@@ -276,7 +276,6 @@ const passwordIcon = computed(() =>
|
||||
)
|
||||
const containerStyle = computed<StyleValue>(() => [
|
||||
rawAttrs.style as StyleValue,
|
||||
props.inputStyle,
|
||||
])
|
||||
const textareaStyle = computed<StyleValue>(() => [
|
||||
props.inputStyle,
|
||||
|
||||
Reference in New Issue
Block a user