Merge branch 'release/2.9.9.2312.01'

This commit is contained in:
黎永顺 2023-12-12 17:19:23 +08:00
commit 8772a7eac7
1 changed files with 1 additions and 1 deletions

View File

@ -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, "操作"),