布局适配

This commit is contained in:
liu
2026-08-20 16:48:04 +08:00
parent 22237a47e7
commit 4fe4e985f6
7 changed files with 15 additions and 2 deletions
+2
View File
@@ -418,6 +418,7 @@ const BillPage: React.FC = () => {
columns={itemColumns}
dataSource={detail.items}
pagination={false}
scroll={{ x: 'max-content' }}
summary={renderItemSummary}
/>
@@ -431,6 +432,7 @@ const BillPage: React.FC = () => {
columns={orderColumns}
dataSource={detail.orders}
pagination={false}
scroll={{ x: 'max-content' }}
/>
</>
) : null}