release/2.19.1.2501.01

This commit is contained in:
lys 2025-01-03 15:50:59 +08:00
parent 2c03908885
commit 9740a9ef77
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ export default class GenerateDeclarationDetail extends React.Component {
buttons={buttons}>
<div className="declare-detail-table-container">
<WeaTable columns={columns} dataSource={dataSource} pagination={pagination} loading={loading}
scroll={{ x: 1200, y: `calc(100vh - 166px)` }}/>
scroll={{ x: 1200, y: `calc(100vh - 186px)` }}/>
</div>
</WeaTop>);
}