|
|
@@ -269,6 +269,10 @@ export const StockXunlianCodesPage: React.FC = () => {
|
|
|
}}
|
|
|
onChange={(p) => setPagination({ ...pagination, current: p.current || 1, pageSize: p.pageSize || 10 })}
|
|
|
rowKey="id"
|
|
|
+ bordered
|
|
|
+ scroll={{ x: 'max-content' }}
|
|
|
+ headerCellStyle={{ backgroundColor: '#f9fafb' }}
|
|
|
+ rowClassName={(record, index) => index % 2 === 0 ? 'bg-white' : 'bg-gray-50'}
|
|
|
/>
|
|
|
|
|
|
<Modal
|