fix(@vben/web-antdv-next): 修复table-actions中更多按钮布局不对齐问题

pull/362/head
XuZhiqiang 2026-06-17 17:19:19 +08:00
parent b0c151e6fd
commit e84607db70
1 changed files with 1 additions and 1 deletions

View File

@ -188,8 +188,8 @@ watch(
<Dropdown v-if="getDropdownList.length > 0" :trigger="['hover']">
<slot name="more">
<Button type="link">
{{ $t('page.action.more') }}
<template #icon>
{{ $t('page.action.more') }}
<IconifyIcon icon="lucide:ellipsis-vertical" />
</template>
</Button>