Bladeren bron

默认字体大小调整为:16px,标题描述等

xiaost 2 jaren geleden
bovenliggende
commit
168f8d19e5

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

@@ -328,7 +328,7 @@ export default {
               },
               tooltip: {
                 position: 'top',
-                formatter: '{c} m',
+                formatter: '{c} %',
                 backgroundColor: 'rgba(28,152,232,.2)',
                 padding: 6
               }

+ 2 - 2
src/components/echart/bottom/bottomRightChart/index.vue

@@ -47,11 +47,11 @@ export default {
     },
     async setData () {
       // 清空轮询数据
-      this.cdata.weekCategory = [];
+      /*this.cdata.weekCategory = [];
       this.cdata.weekMaxData = [];
       this.cdata.weekLineData = [];
       this.cdata.radarData = [];
-      this.cdata.radarDataAvg = [];
+      this.cdata.radarDataAvg = [];*/
 
       let dateBase = new Date();
       this.cdata.year = dateBase.getFullYear();

+ 1 - 1
src/views/bottomLeft.vue

@@ -6,7 +6,7 @@
           <icon name="chart-bar" class="text-icon"></icon>
         </span>
         <div class="d-flex">
-          <span class="fs-md text mx-2">数据统计图</span>
+          <span class="fs-xl text mx-2">数据统计图</span>
         </div>
       </div>
       <div>

+ 1 - 1
src/views/bottomLeft2.vue

@@ -6,7 +6,7 @@
           <icon name="chart-bar" class="text-icon"></icon>
         </span>
         <div class="d-flex">
-          <span class="fs-md text mx-2">当日工段投产良率</span>
+          <span class="fs-xl text mx-2">当日工段投产良率</span>
         </div>
       </div>
       <div>

+ 2 - 2
src/views/bottomRight.vue

@@ -6,7 +6,7 @@
           <icon name="chart-area" class="text-icon"></icon>
         </span>
         <div class="d-flex">
-          <span class="fs-md text mx-2">质量趋势分析</span>
+          <span class="fs-xl text mx-2">质量趋势分析</span>
           <div class="decoration2">
             <dv-decoration-2 :reverse="true" style="width:5px;height:6rem;" />
           </div>
@@ -42,7 +42,7 @@ $box-width: 100%;
   }
   .text {
     color: #c3cbde;
-    font-size: 15px;
+    //font-size: 15px;
   }
   //下滑线动态
   .decoration2 {

+ 2 - 2
src/views/center.vue

@@ -6,7 +6,7 @@
         v-for="item in titleItem"
         :key="item.title"
       >
-        <p class="ml-3 colorBlue fw-b fs-md">{{ item.title }}</p>
+        <p class="ml-3 colorBlue fw-b fs-xl">{{ item.title }}</p>
         <div>
           <dv-digital-flop
             class="dv-dig-flop ml-1 mt-2 pl-3"
@@ -20,7 +20,7 @@
         <span>
           <icon name="chart-pie" class="text-icon"></icon>
         </span>
-        <span class="fs-md text mx-2 mb-1 pl-3">关键工序直通率</span>
+        <span class="fs-xl text mx-2 mb-1 pl-3">关键工序直通率</span>
         <dv-scroll-ranking-board class="dv-scr-rank-board mt-1" :config="ranking" ref="scroll-ranking-board"/>
       </div>
       <div class="percent">

+ 1 - 1
src/views/centerLeft1.vue

@@ -6,7 +6,7 @@
           <icon name="chart-bar" class="text-icon"></icon>
         </span>
         <div class="d-flex">
-          <span class="fs-md text mx-2">不良现象TOP5</span>
+          <span class="fs-xl text mx-2">不良现象TOP5</span>
           <dv-decoration-3 class="dv-dec-3" />
         </div>
       </div>

+ 1 - 1
src/views/centerLeft2.vue

@@ -6,7 +6,7 @@
           <icon name="chart-pie" class="text-icon"></icon>
         </span>
         <div class="d-flex">
-          <span class="fs-md text mx-2">地图数据</span>
+          <span class="fs-xl text mx-2">地图数据</span>
           <dv-decoration-1 class="dv-dec-1" />
         </div>
       </div>

+ 2 - 2
src/views/centerLeft_two.vue

@@ -5,11 +5,11 @@
         <span>
           <icon name="align-left" class="text-icon"></icon>
         </span>
-        <span class="fs-md text mx-2">完成工单数统计</span>
+        <span class="fs-xl text mx-2">完成工单数统计</span>
       </div>
       <div class="d-flex ai-center flex-column body-box">
         <dv-capsule-chart class="dv-cap-chart" :config="config" />
-         <span class="fs-md text mx-2">工序投产良率分析</span>
+         <span class="fs-xl text mx-2">工序投产良率分析</span>
         <centerRight2Chart1 />
       </div>
     </div>

+ 3 - 3
src/views/centerRight1.vue

@@ -6,7 +6,7 @@
           <icon name="chart-line" class="text-icon"></icon>
         </span>
         <div class="d-flex">
-          <span class="fs-xl text mx-2">线别过数统计</span>
+          <span class="fs-xl text mx-2">线体当日产量统计</span>
         </div>
       </div>
       <div class="d-flex jc-center body-box">
@@ -22,7 +22,7 @@ export default {
     return {
       config: {
         //header: ['组件', '分支', '覆盖率'],
-        header: ['线别',  '过数'],
+        header: ['线别',  '产量'],
         data: [/*
           ['组件1', 'dev-1', "<span  class='colorGrass'>↑75%</span>"],
           ['组件2', 'dev-2', "<span  class='colorRed'>↓33%</span>"],
@@ -114,7 +114,7 @@ $box-width: 300px;
   }
   .text {
     color: #c3cbde;
-    font-size: 15px;
+  //  font-size: 15px;
   }
   .body-box {
     border-radius: 10px;

+ 1 - 1
src/views/centerRight2.vue

@@ -112,7 +112,7 @@ export default {
   }
   .text {
     color: #c3cbde;
-    font-size: 15px;
+    //font-size: 15px;
   }
   .body-box {
     border-radius: 10px;

+ 1 - 1
src/views/index.vue

@@ -37,7 +37,7 @@
           </div>
           <div class="d-flex aside-width">
             <div class="react-right bg-color-blue mr-3">
-              <span class="text fw-b">睿兴元车间大数据分析</span>
+              <span class="text fw-b">睿兴元制造数据分析</span>
             </div>
             <div class="react-right mr-4 react-l-s">
               <span class="react-after"></span>