fix: 修复detection列表的饼图高度随左侧filter筛选条件的点击而变大的问题

This commit is contained in:
刘洪洪
2023-05-17 16:37:34 +08:00
parent d64fd595c7
commit ba2a5fe6d3

View File

@@ -20,7 +20,7 @@
display: flex;
justify-content:space-between;
align-items:center;
padding: 10px 20px 10px 0px;
padding: 10px 20px 10px 0;
flex: 0 0 40px;
font-size: 14px;
@@ -37,7 +37,7 @@
}
.chart-content {
height:calc(100% - 40px);
height: 147px;
}
.statistics__severity {
width: 33%;