Commit 651a20fb10c997cccfa71fd480592f02cb4c82b7

Authored by jiangwei
1 parent 5671392b

表格宽度

src/pages/pms/storage/partStock/index.tsx
... ... @@ -65,6 +65,7 @@ export default function Index() {
65 65 <Table
66 66 dataSource={list}
67 67 loading={loading}
  68 + scroll={{x: 1500}}
68 69 pagination={paginationConfig}
69 70 rowKey={r => `${r.lockId}`}
70 71 onChange={(p, f, s: SorterResult<Item>) => {
... ...