fix(style): model file list text overflow

This commit is contained in:
jialin
2026-01-13 18:43:11 +08:00
parent 5ff26e1ce8
commit 741cf07f2e
11 changed files with 30 additions and 43 deletions
@@ -319,7 +319,9 @@ const ModelFiles = () => {
tableLayout="fixed"
sortDirections={TABLE_SORT_DIRECTIONS}
showSorterTooltip={false}
style={{ width: '100%' }}
scroll={{
x: 900
}}
onChange={handleTableChange}
dataSource={dataSource.dataList}
loading={dataSource.loading}