ronaldo9Zhang 2 жил өмнө
parent
commit
9b2f0701d5

+ 2 - 5
src/components/echarts/pieChartMainPage.vue

@@ -1,9 +1,6 @@
 <template>
-    <div
-        class="linechart"
-        :id="id"
-        style="min-width: 330px; width: calc(37.5vw - 180px); min-height: 110px; height: calc(42vh - 165px)"
-    ></div>
+    <div class="linechart" :id="id"
+        style="min-width: 330px; width: calc(37.5vw - 180px); min-height: 110px; height: calc(42vh - 165px)"></div>
 </template>
 
 <script>