fix: 新报告下拉数据为空时增加No data提示

This commit is contained in:
@changcode
2022-06-09 19:31:35 +08:00
parent 4ad4ed53f0
commit 3335345165
2 changed files with 8 additions and 2 deletions

View File

@@ -65,9 +65,12 @@
margin: 15px 0 14px 0;
}
.expand {
margin: auto;
min-height: 95px;
display: flex;
flex-wrap: wrap;
.panel-chart__no-data {
line-height: 95px;
}
.expand-cell {
display: flex;
background: #FFFFFF;