style:修复部分 no data 占位高度溢出问题
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
}
|
||||
.performance-event-pie {
|
||||
position: relative;
|
||||
height: 50%;
|
||||
height: calc(50% - 1px);
|
||||
width: 100%;
|
||||
.chart-drawing {
|
||||
height: 100%;
|
||||
|
||||
@@ -14,6 +14,9 @@
|
||||
border: 1px solid #E2E5EC;
|
||||
border-radius: 4px;
|
||||
display: flex;
|
||||
.panel-chart__no-data {
|
||||
height: calc(100% - 30px);
|
||||
}
|
||||
.npm-event-pies {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user