Merge branch 'hotfix/2.9.9.2312.01-个税' into release/2.9.9.2312.01-个税

This commit is contained in:
黎永顺 2023-12-08 19:32:34 +08:00
commit 8cd49ed05b
1 changed files with 9 additions and 0 deletions

View File

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