yhluo 3 ヶ月 前
コミット
89ce6ad745

+ 1 - 1
src/components/assemblyechart/bottom/bottomRightChart/chart.vue

@@ -3,7 +3,7 @@
     <Echart
       :options="options"
       id="bottomRightChart"
-      height="480px"
+      height="500px"
       width="913px"
     ></Echart>
   </div>

+ 1 - 1
src/components/assemblyechart/centerRight/centerRightChart/chart.vue

@@ -1,7 +1,7 @@
 <template>
     <Echart
       :options="options"
-      id="centreRight2Chart1" style="width: 260px; height: 260px;position: absolute; left: 18%;"
+      id="centreRight2Chart1" style="width: 260px; height: 260px;position: absolute; left: 18%; top: 3%;"
     ></Echart>
 </template>
 

+ 12 - 11
src/views/assembly/bottomRight.vue

@@ -1,20 +1,21 @@
 <template>
   <div id="bottomRight">
     <div class="bg-color-black">
-      <div class="d-flex pt-2 pl-2">
-        <span>
-          <icon name="chart-area" class="text-icon"></icon>
-        </span>
-        <div class="d-flex">
-          <span class="fs-xl text mx-2">质量趋势分析</span>
-          <div class="decoration2">
-            <dv-decoration-2 :reverse="true" style="width:5px;height:6rem;" />
-          </div>
-        </div>
-      </div>
       <div style="position:relative;">
         <centerRight2Chart1 />
         <BottomRightChart />
+
+        <div class="d-flex pt-2 pl-2" style="position: absolute; top: 48%;">
+          <span>
+            <icon name="chart-area" class="text-icon"></icon>
+          </span>
+          <div class="d-flex">
+            <span class="fs-xl text mx-2">质量趋势分析</span>
+            <!-- <div class="decoration2">
+              <dv-decoration-2 :reverse="true" style="width:5px;height:6rem;" />
+            </div> -->
+          </div>
+        </div>
       </div>
     </div>
   </div>