fix: 部分百分比数据计算调整

This commit is contained in:
@changcode
2022-04-06 16:09:17 +08:00
parent b6cabe1982
commit 0a58f6543c
4 changed files with 9 additions and 9 deletions

View File

@@ -469,12 +469,12 @@
flex-shrink: 1;
flex-grow: 1;
overflow: hidden;
min-width: 50%;
min-width: calc(50% - 37px);
text-overflow: ellipsis;
white-space: nowrap;
}
.table__below-statistics {
width: calc((50% - 27px)/4);
width: calc((50% + 10px)/4);
flex-shrink: 0;
overflow: hidden;
text-overflow: ellipsis;