布局适配
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -342,6 +342,7 @@ const PaymentPage: React.FC = () => {
|
||||
columns={billColumns}
|
||||
dataSource={detail.bills}
|
||||
pagination={false}
|
||||
scroll={{ x: 'max-content' }}
|
||||
/>
|
||||
</>
|
||||
) : null}
|
||||
|
||||
Reference in New Issue
Block a user