fix(style): model file list text overflow
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@import './table.less';
|
||||
|
||||
.m-b-20 {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user