yinq 6 months ago
commit 13b30767e1

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

Loading…
Cancel
Save