fix: 修复echarts图表尺寸异常的问题

This commit is contained in:
chenjinsong
2021-09-08 21:29:12 +08:00
parent 36a1f08963
commit 95f3602248
7 changed files with 49 additions and 32 deletions

View File

@@ -20,12 +20,17 @@
}
}
.chart__loading {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
height: calc(100% - 50px);
top: 50px;
width: 100%;
background-color: #fefefe;
i {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
font-size: 30px;
color: #aaa;
}