627bug
This commit is contained in:
parent
12f0bdc814
commit
0562c702fe
|
@ -273,11 +273,11 @@
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
:deep(.ant-table-tbody) > tr > .ant-table-cell:nth-child(5) {
|
:deep(.ant-table-tbody) > tr > .ant-table-cell:nth-child(5) {
|
||||||
width: 110px;
|
// width: 110px;
|
||||||
display: inline-block;
|
// display: inline-block;
|
||||||
white-space: nowrap;
|
// white-space: nowrap;
|
||||||
overflow: hidden;
|
// overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
// text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
.oddNumbers {
|
.oddNumbers {
|
||||||
margin-bottom: 0.05rem;
|
margin-bottom: 0.05rem;
|
||||||
|
|
Loading…
Reference in New Issue