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

This commit is contained in:
XuZhiqiang
2026-06-17 17:19:19 +08:00
parent b0c151e6fd
commit e84607db70

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>