Commit 3d5f9ef0 authored by 杨奕's avatar 杨奕 Committed by GitHub

Input: fix clear icon overlapping (#11103)

parent 8b30a479
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
'el-input-group--append': $slots.append, 'el-input-group--append': $slots.append,
'el-input-group--prepend': $slots.prepend, 'el-input-group--prepend': $slots.prepend,
'el-input--prefix': $slots.prefix || prefixIcon, 'el-input--prefix': $slots.prefix || prefixIcon,
'el-input--suffix': $slots.suffix || suffixIcon 'el-input--suffix': $slots.suffix || suffixIcon || clearable
} }
]" ]"
@mouseenter="hovering = true" @mouseenter="hovering = true"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment