forked from wangziqi/gongxue-base
fix(admin): replace scroll.x='max-content' with calculated fixed widths for all tables
This commit is contained in:
@@ -392,7 +392,7 @@ const BillsPage: React.FC = () => {
|
||||
</Space>
|
||||
</div>
|
||||
<Table
|
||||
scroll={{ x: 'max-content' }}
|
||||
scroll={{ x: 1400 }}
|
||||
columns={columns}
|
||||
dataSource={filteredBills}
|
||||
rowKey="id"
|
||||
|
||||
Reference in New Issue
Block a user