fix(@vben/web-antdv-next): 修复table-actions中更多按钮布局不对齐问题
parent
b0c151e6fd
commit
e84607db70
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue