style: compact product trace actions
This commit is contained in:
@@ -260,7 +260,7 @@ function ProductTracesPage() {
|
|||||||
{
|
{
|
||||||
title: '操作',
|
title: '操作',
|
||||||
key: 'actions',
|
key: 'actions',
|
||||||
width: 210,
|
width: 180,
|
||||||
render: (_: unknown, record: ProductTrace) => {
|
render: (_: unknown, record: ProductTrace) => {
|
||||||
const moreItems = [
|
const moreItems = [
|
||||||
...(record.isActive
|
...(record.isActive
|
||||||
@@ -308,9 +308,7 @@ function ProductTracesPage() {
|
|||||||
}}
|
}}
|
||||||
trigger={['click']}
|
trigger={['click']}
|
||||||
>
|
>
|
||||||
<Button type="link" size="small" icon={<MoreOutlined />}>
|
<Button type="link" size="small" icon={<MoreOutlined />} aria-label="更多操作" />
|
||||||
更多
|
|
||||||
</Button>
|
|
||||||
</Dropdown>
|
</Dropdown>
|
||||||
</Space>
|
</Space>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user