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

This commit is contained in:
zhangxiaolong
2022-03-23 18:25:37 +08:00
parent 3bc0750ba8
commit c6788b40f0

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;
max-width: 10%;
flex-shrink: 0;
overflow: hidden;
text-overflow: ellipsis;