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
+2
View File
@@ -1,3 +1,5 @@
@import './table.less';
.m-b-20 {
margin-bottom: 20px;
}
+10
View File
@@ -0,0 +1,10 @@
.ant-table-thead {
.ant-table-column-sorters {
.ant-table-column-title {
min-width: 32px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
}
}