Browse Source

修改显示样式

zs 10 months ago
parent
commit
6d9231c7ea

+ 1 - 1
src/views/main/elevenHatch/path/echarts5.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <div ref="echarts5" class="echarts5" style="height: 200px; width: 100%"></div>
+    <div ref="echarts5" class="echarts5" style="height: 100px; width: 100%"></div>
   </div>
 </template>
 <style scoped></style>

+ 1 - 1
src/views/main/elevenHatch/path/echarts6.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <div ref="echarts6" class="echarts6" style="height: 200px; width: 100%"></div>
+    <div ref="echarts6" class="echarts6" style="height: 100px; width: 100%"></div>
   </div>
 </template>
 <style scoped></style>

+ 1 - 1
src/views/main/elevenHatch/path/echarts7.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <div ref="echarts7" class="echarts7" style="height: 200px; width: 100%"></div>
+    <div ref="echarts7" class="echarts7" style="height: 100px; width: 100%"></div>
   </div>
 </template>
 <style scoped></style>