diff --git a/apps/web-antd/src/components/table-action/table-action.vue b/apps/web-antd/src/components/table-action/table-action.vue index 09ba8c3e..0c01e4b1 100644 --- a/apps/web-antd/src/components/table-action/table-action.vue +++ b/apps/web-antd/src/components/table-action/table-action.vue @@ -29,6 +29,10 @@ const props = defineProps({ type: Boolean, default: true, }, + flex: { + type: Boolean, + default: true, + }, }); const MenuItem = Menu.Item; @@ -128,7 +132,10 @@ const handleMenuClick = (e: any) => { getActions?.some((item: ActionItem) => item.type === 'link') ? 0 : 8 " > -
+