hotfix/2.9.9.2312.01

This commit is contained in:
黎永顺 2023-12-12 16:40:58 +08:00
parent 4acefa765c
commit 41baa15ef2
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, "操作"),