release/2.16.1.2410.01

This commit is contained in:
lys 2024-10-17 11:18:53 +08:00
parent 4b125994f7
commit f407d8520d
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ class FieldTable extends Component {
pagination={pagination}
loading={loading}
columns={this.getColumns()}
scroll={{ y: "calc(100vh - 160px)" }}
scroll={{ y: "calc(100vh - 175px)" }}
/>
);
}