CN-408 fix : 修复多线图表格列宽在低分辨率情况下的超出问题

This commit is contained in:
zhangxiaolong
2022-03-23 18:34:34 +08:00
parent 3bc0750ba8
commit 69855a407d

View File

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