fix(系统参数): 移除表格的onChange和totalCount属性并添加滚动条
表格配置中移除不再使用的onChange和totalCount属性,同时添加垂直滚动条以改善长列表的浏览体验dev_na
parent
beab0edabe
commit
1877c64cc2
|
|
@ -198,8 +198,7 @@ export default function SysParams() {
|
|||
columns={columns}
|
||||
dataSource={data}
|
||||
loading={loading}
|
||||
onChange={handleTableChange}
|
||||
totalCount={total}
|
||||
scroll={{ y: "calc(100vh - 350px)" }}
|
||||
pagination={false}
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue