fix: 修复实体详情tabs和group中的图表有时宽度丢失的问题

This commit is contained in:
chenjinsong
2022-07-12 17:05:15 +08:00
parent 463232972c
commit a026d80088
10 changed files with 49 additions and 26 deletions

View File

@@ -1,4 +1,8 @@
.entity-detail.cn-home {
.panel-chart {
width: 100%;
}
flex-direction: column;
.entity-detail__header {
@@ -45,9 +49,6 @@
.chart-header {
border: none;
}
.chart-drawing {
width: 530px;
}
}
}
}