fix 80450

This commit is contained in:
danshihao
2024-01-05 14:17:52 +08:00
parent e1081b5982
commit 77eceb0564
+3
View File
@@ -2,6 +2,9 @@
.j-table-force-nowrap {
td, th {
white-space: nowrap;
// fix:80450 表格内容超出宽度时,文字溢出显示省略号
overflow: hidden;
text-overflow: ellipsis;
}
.ant-table-selection-column {