fix 80450
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
.j-table-force-nowrap {
|
||||
td, th {
|
||||
white-space: nowrap;
|
||||
// fix:80450 表格内容超出宽度时,文字溢出显示省略号
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.ant-table-selection-column {
|
||||
|
||||
Reference in New Issue
Block a user