style: compact product trace actions
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user