mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-06-18 20:37:52 +00:00
!267 fix 修复选择图标时tooltip显示后滚动出现错位现象
Merge pull request !267 from YueYe/future/6.X
This commit is contained in:
@@ -40,6 +40,8 @@
|
||||
:content="iconName"
|
||||
placement="bottom"
|
||||
effect="light"
|
||||
:teleported="false"
|
||||
:enterable="false"
|
||||
>
|
||||
<li :class="['icon-item', { active: modelValue == iconName }]" @click="selectedIcon(iconName)">
|
||||
<svg-icon color="var(--el-text-color-regular)" :icon-class="iconName" />
|
||||
|
||||
Reference in New Issue
Block a user