布局适配

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
+1
View File
@@ -342,6 +342,7 @@ const PaymentPage: React.FC = () => {
columns={billColumns}
dataSource={detail.bills}
pagination={false}
scroll={{ x: 'max-content' }}
/>
</>
) : null}