mirror of https://github.com/ElemeFE/element
Input: fix clear icon overlapping (#11103)
parent
8b30a479aa
commit
3d5f9ef080
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue