|
@@ -90,9 +90,9 @@ const XcxTouliuContent: React.FC = () => {
|
|
|
title: '操作',
|
|
title: '操作',
|
|
|
key: 'action',
|
|
key: 'action',
|
|
|
fixed: 'right',
|
|
fixed: 'right',
|
|
|
- width: 460,
|
|
|
|
|
|
|
+ width: 560,
|
|
|
render: (_, record) => (
|
|
render: (_, record) => (
|
|
|
- <Space size="middle" wrap>
|
|
|
|
|
|
|
+ <Space size="middle">
|
|
|
<Button type="link" onClick={() => setPlayingPlan(record)}>播放</Button>
|
|
<Button type="link" onClick={() => setPlayingPlan(record)}>播放</Button>
|
|
|
<Button type="link" onClick={() => downloadFile(record.shareCover || record.cover, (record.title || 'cover') + '_cover')}>下载封面</Button>
|
|
<Button type="link" onClick={() => downloadFile(record.shareCover || record.cover, (record.title || 'cover') + '_cover')}>下载封面</Button>
|
|
|
<Button type="link" onClick={() => showQrCodeModal(record.pageUrl)}>二维码</Button>
|
|
<Button type="link" onClick={() => showQrCodeModal(record.pageUrl)}>二维码</Button>
|