yinq 6 months ago
commit 13b30767e1

@ -121,7 +121,7 @@ export default {
return {
isChart: true,
//
loading: true,
loading: false,
//
ids: [],
//
@ -736,22 +736,26 @@ export default {
}
.chart11 {
width: 100%;
width: 50%;
height: 20vw;
display: inline-block;
}
.chart12 {
width: 100%;
width: 50%;
height: 20vw;
display: inline-block;
}
.chart13 {
width: 100%;
width: 50%;
height: 20vw;
display: inline-block;
}
.chart14 {
width: 100%;
width: 50%;
height: 20vw;
display: inline-block;
}
</style>

Loading…
Cancel
Save