This commit is contained in:
2026-08-10 17:59:24 +08:00
parent c1092f0deb
commit 7237e8715f
7 changed files with 170 additions and 166 deletions
+2 -2
View File
@@ -204,7 +204,7 @@ const AdminInvoices: React.FC = () => {
{
title: '操作',
key: 'actions',
width: 200,
width: 260,
render: (_: unknown, record: InvoiceItem) => (
<Space size={4}>
<Button type="link" size="small" icon={<EyeOutlined />} onClick={() => handleViewDetail(record.id)}>
@@ -310,7 +310,7 @@ const AdminInvoices: React.FC = () => {
showSizeChanger: true,
showTotal: (t) => `${t} 条记录`,
}}
scroll={{ x: 1200 }}
scroll={{ x: 1400 }}
/>
)}
</Card>