fix: 修复detection列表的饼图高度随左侧filter筛选条件的点击而变大的问题
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user