Merge branch 'hotfix/2.9.9.2312.01-个税' into release/2.9.9.2312.01-个税
This commit is contained in:
commit
8cd49ed05b
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue