CN-408 fix : 修复多线图表格列宽在低分辨率情况下的超出问题
This commit is contained in:
@@ -469,12 +469,14 @@
|
|||||||
flex-shrink: 1;
|
flex-shrink: 1;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
min-width: 200px;
|
// min-width: 200px;
|
||||||
|
min-width: 50%;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.table__below-statistics {
|
.table__below-statistics {
|
||||||
width: 80px;
|
// width: 80px;
|
||||||
|
max-width: 10%;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|||||||
Reference in New Issue
Block a user