|
@@ -1,10 +1,10 @@
|
|
|
<template>
|
|
|
- <div style="display: flex;justify-content: center;align-items: center;">
|
|
|
+ <div style="display: flex;justify-content: center;align-items: center;height: 500px;">
|
|
|
<div v-if="loading" style="position: relative;">
|
|
|
<img style="width: 220px;" src="../../assets/icon/course/FrameXK.gif" alt="">
|
|
|
<div class="loadCss">小可正在努力加载ing</div>
|
|
|
</div>
|
|
|
- <div v-if="!loading" class="chart" id="charts_canvas" ref="chartRef"></div>
|
|
|
+ <div v-if="!loading" class="chart" id="charts_canvas" ref="chartRef"></div>
|
|
|
</div>
|
|
|
</template>
|
|
|
|