release/2.19.1.2501.01

This commit is contained in:
lys 2025-08-04 16:23:10 +08:00
parent 3d8b242889
commit 2321266533
1 changed files with 10 additions and 0 deletions

View File

@ -43,5 +43,15 @@
} }
} }
.wea-new-table {
.wea-new-table .ant-table-tbody > tr > td,
.wea-new-table .ant-table-thead > tr > th {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
} }