style: compact product trace actions

This commit is contained in:
Frudrax Cheng
2026-06-05 17:43:05 +08:00
parent a693f249a6
commit b39cb86e70
+2 -4
View File
@@ -260,7 +260,7 @@ function ProductTracesPage() {
{
title: '操作',
key: 'actions',
width: 210,
width: 180,
render: (_: unknown, record: ProductTrace) => {
const moreItems = [
...(record.isActive
@@ -308,9 +308,7 @@ function ProductTracesPage() {
}}
trigger={['click']}
>
<Button type="link" size="small" icon={<MoreOutlined />}>
</Button>
<Button type="link" size="small" icon={<MoreOutlined />} aria-label="更多操作" />
</Dropdown>
</Space>
);