hotfix/2.9.9.2312.01
This commit is contained in:
parent
4acefa765c
commit
41baa15ef2
|
|
@ -75,7 +75,7 @@ class Index extends Component {
|
|||
};
|
||||
return (
|
||||
<WeaTable rowKey="id" dataSource={dataSource} pagination={pagination}
|
||||
scroll={{ x: 1200, y: `calc(100vh - 166px)` }}
|
||||
scroll={{ y: `calc(100vh - 166px)` }}
|
||||
loading={loading} columns={[...columns, {
|
||||
dataIndex: "options",
|
||||
title: getLabel(30585, "操作"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue