mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-11-30 10:18:02 +08:00
fix(components): [el-autocomplete] popover auto width (#3674)
Co-authored-by: “Alanscut” <“wp_scut@163.com”>
This commit is contained in:
parent
f89ebaabfc
commit
5cc4479060
@ -58,7 +58,7 @@
|
||||
'el-autocomplete-suggestion',
|
||||
suggestionLoading && 'is-loading',
|
||||
]"
|
||||
:style="{ width: dropdownWidth, outline: 'none' }"
|
||||
:style="{ minWidth: dropdownWidth, outline: 'none' }"
|
||||
role="region"
|
||||
>
|
||||
<el-scrollbar
|
||||
|
Loading…
Reference in New Issue
Block a user