fix: 部分图表增加 no data

This commit is contained in:
@changcode
2022-08-10 09:24:53 +08:00
parent e6e6ccdabd
commit 4d712ebbb0
7 changed files with 136 additions and 91 deletions

View File

@@ -21,6 +21,9 @@
padding: 0 20px;
display: flex;
flex-direction: column;
.panel-chart__no-data {
height: calc(100% - 46px);
}
.ddos-detection-type {
display: flex;
justify-content: space-between;