hotfix/2.9.9.2312.01-个税

This commit is contained in:
黎永顺 2023-12-08 19:09:52 +08:00
parent 4fc6d1fabd
commit 3be7f6cd50
1 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,15 @@
.declareDetail-layout {
.declareDetail-layout-content {
padding: 0 16px;
.ant-table-tbody {
td {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
}
.icon-span {