linwenxin 1 ano atrás
pai
commit
ac7826f554

+ 2 - 2
src/views/bigViews/dataView1/components/mapDataStatistics.vue

@@ -185,7 +185,7 @@ export default {
     width: 100%;
     height: 100%;
     .heat-item-style1-title {
-      font-size: 14px;
+      font-size: 12px;
       font-family: Source Han Sans CN, Source Han Sans CN-Regular;
       font-weight: 400;
       color: #fff;
@@ -206,7 +206,7 @@ export default {
       padding-right: 10px;
     }
     .mainText{
-      font-size: 30px;
+      font-size: 26px;
       font-weight: bold;
       line-height: 22px;
       color: #fff;

+ 8 - 3
src/views/bigViews/dataView1/components/orderAmountTrend.vue

@@ -76,11 +76,16 @@ export default {
         },
         legend: {
           icon: 'circle',
-          data: ['新增销售金额', '新增辅材金额', '新增配件金额', '新增增值金额'],
+          itemWidth: 8,
+          itemHeight: 8,
+          itemGap: 10,
+          top: '16',
+          right: '10',
           textStyle: {
-            color: '#ffffff'
+            color: '#ffffff',
           },
-          right: 0,
+          data: ['新增销售金额', '新增辅材金额', '新增配件金额', '新增增值金额'],
+          
         },
         grid: {
           left: '3%',

+ 1 - 1
src/views/bigViews/dataView1/components/trendChart.vue

@@ -56,7 +56,7 @@ export default {
       this.getbigGetLarge3()
       this.TimeId = setTimeout(() => {
         this.cindex = this.cindex == 0 ? 1 : 0
-      }, 10000)
+      }, 3000)
     },
     getbigGetLarge3() {
       console.log(11111)

+ 7 - 3
src/views/bigViews/dataView1/components/workOrderTrend.vue

@@ -61,7 +61,7 @@ export default {
       this.initData();
       this.TimeId = setTimeout(() => {
         this.setbiuaoji()
-      }, 10000)
+      }, 3000)
     },
     getDate() {
       const today = new Date();
@@ -128,11 +128,15 @@ export default {
         },
         legend: {
           icon: 'circle',
+          itemWidth: 8,
+          itemHeight: 8,
+          itemGap: 10,
+          top: '16',
+          right: '10',
           data: ['已完工', '未完工'],
           textStyle: {
-            color: '#ffffff'
+            color: '#ffffff',
           },
-          right: 0,
         },
         grid: {
           left: '3%',