release/2.9.9.2312.01-个税

This commit is contained in:
黎永顺 2023-12-06 18:51:17 +08:00
parent 49ade22f26
commit f4adb94893
1 changed files with 5 additions and 0 deletions

View File

@ -82,12 +82,17 @@
}
.ant-table-tbody {
.ant-table-row-indent {
display: none;
}
td {
span {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block;
}
}
}