dengrui hace 9 meses
padre
commit
105e5891ee

+ 5 - 5
src/views/report/productionScheduling/line/index.vue

@@ -15,13 +15,13 @@
         >打印</el-button
       > -->
       <div class="illustration">
-        <div style="display: flex">
+        <div style="display: flex; align-items: center; margin-right: 5px">
           <div class="round1"></div>
-          :完成
+          完成
         </div>
-        <div style="display: flex">
+        <div style="display: flex; align-items: center">
           <div class="round2"></div>
-          :未完成
+          未完成
         </div>
       </div>
     </div>
@@ -470,7 +470,7 @@ watch(
     display: flex;
     padding-right: 5%;
     align-items: center;
-    width: 230px;
+    width: 240px;
     justify-content: space-between;
     .round2 {
       width: 20px;

+ 5 - 5
src/views/report/productionScheduling/order/index.vue

@@ -15,13 +15,13 @@
         >打印</el-button
       > -->
       <div class="illustration">
-        <div style="display: flex">
+        <div style="display: flex; align-items: center; margin-right: 5px">
           <div class="round1"></div>
-          :完成
+          完成
         </div>
-        <div style="display: flex">
+        <div style="display: flex; align-items: center">
           <div class="round2"></div>
-          :未完成
+          未完成
         </div>
       </div>
     </div>
@@ -464,7 +464,7 @@ watch(
     display: flex;
     padding-right: 5%;
     align-items: center;
-    width: 230px;
+    width: 240px;
     justify-content: space-between;
     .round2 {
       width: 20px;