zzy 2 years ago
parent
commit
578c557cf2

+ 3 - 3
src/components/data-sta/DataSta.vue

@@ -244,7 +244,7 @@ export default {
          justify-content: center;
          align-items: center;
          .single_title{
-           font-size: 16px;
+           font-size: 18px;
            color: #fff;
          }
        }
@@ -288,11 +288,11 @@ export default {
          align-items: center;
          line-height: 24px;
          .single_title{
-           font-size: 16px;
+           font-size: 18px;
            color: #fff;
          }
          .single_num{
-           font-size: 22px;
+           font-size: 24px;
            font-weight: bold;
            background-image:-webkit-linear-gradient(bottom,#1ec2ff,#0f81ff);
            -webkit-background-clip:text;

+ 1 - 1
src/components/evaluate/EvaluateCard.vue

@@ -154,7 +154,7 @@ export default {
         }
         .single_title{
           color: #fff;
-          font-size: 16px;
+          font-size: 18px;
         }
       }
     }

+ 2 - 2
src/components/event-sta/EventSta.vue

@@ -225,13 +225,12 @@ export default {
   ul{
     width: 100%;
     position: absolute;
-
     li{
 
       padding-left: 10px;
       padding-right: 10px;
       color: #fff;
-      font-size: 13px;
+      font-size: 15px;
       height: 30px;
       line-height: 30px;
       .nameStatus{
@@ -259,6 +258,7 @@ export default {
       .name{
         margin-right: 6px;
       }
+
       &:nth-child(2n+1){
         background:linear-gradient(to right,#093972, #093972);
       }

+ 8 - 8
src/components/header/Header.vue

@@ -32,25 +32,25 @@ export default {
       headerArr:[
         {
           id:'1',
-          name:'事项和指南',
-          component:'/origion/mattersGuidance/mainBody',
-          chosen:false,
-            role_button_code:'353'
-        },
-        {
-          id:'2',
           name:'办件情况',
           component:'/origion/handleSituation',
           chosen:false,
             role_button_code:'354'
         },
         {
-          id:'3',
+          id:'2',
           name:'办件分析',
           component:'/origion/handleAnalysis',
           chosen:false,
             role_button_code:'355'
         },
+        {
+          id:'3',
+          name:'事项和指南',
+          component:'/origion/mattersGuidance/mainBody',
+          chosen:false,
+          role_button_code:'353'
+        },
         {
           id:'4',
           name:'好差评',

+ 1 - 1
src/components/remind-handle-sta/RemindHandleS.vue

@@ -156,7 +156,7 @@ export default {
         }
         .single_title{
           color: #fff;
-          font-size: 16px;
+          font-size: 18px;
         }
       }
     }

+ 2 - 2
src/components/total-handle/TotalHandle.vue

@@ -407,7 +407,7 @@ export default {
         .middle_font{
           display: flex;
           align-items: center;
-          font-size: 16px;
+          font-size: 18px;
           color:#fff;
         }
       }
@@ -545,7 +545,7 @@ export default {
           justify-content: flex-start;
           align-items: center;
           .single_font{
-            font-size: 14px;
+            font-size: 16px;
             color:#fff;
           }
         }

+ 1 - 1
src/components/unit-event-center/UnitEventCenter.vue

@@ -41,7 +41,7 @@ export default {
         "appkey":localStorage.getItem("ywtb_userkeycode")
       }
     }).then(response => {
-      var dataArr = response.data.msg[0].Rows.reverse();
+      var dataArr = response.data.msg[0].Rows.slice(0, 10).reverse();
       // let op = ['燃气中心','房地产交易中心', '局人才中心','市场管理总站', '质安处', '城管执法局','房屋状况信息中心','修缮中心']
       // for(var i=0;i<op.length;i++){
       //   this.UnitEventCenterX.push(op[i]);

+ 12 - 10
src/echarts/option.js

@@ -158,8 +158,8 @@ export function setUnitEventOption(ele,dataX,dataXTotal,dataY) {
         },
         grid: {
             top: '3%',
-            left: '-15%',
-            right: '6%',
+            left: '3%',
+            right: '8%',
             bottom: '3%',
             containLabel: true
         },
@@ -186,9 +186,10 @@ export function setUnitEventOption(ele,dataX,dataXTotal,dataY) {
             axisLabel:{
                 left:'-8',
                 color:'#fff',
-                margin:110,
+                margin:5,
+                fontSize:14,
                 textStyle:{
-                    align:'left'
+                    align:'right'
                 }
             },
             splitLine:{
@@ -649,7 +650,7 @@ export function setTrendBtMonthOption(ele,dataX,XZXK,QTQL,XZQR,XZJL,XZZS,GGFW) {
             data: ['行政许可', '行政确认', '行政奖励', '行政征收', '其他权利', '公共服务'],
             textStyle: { //图例文字的样式
                 color: '#fff',
-                fontSize: 12
+                fontSize: 14
             },
         },
 
@@ -789,8 +790,8 @@ export function setHandleStaticOption(ele,dataX,dataXTotal,dataY){
         // },
         grid: {
             top: '3%',
-            left: '-15%',
-            right: '6%',
+            left: '3%',
+            right: '8%',
             bottom: '3%',
             containLabel: true
         },
@@ -811,11 +812,12 @@ export function setHandleStaticOption(ele,dataX,dataXTotal,dataY){
         },
         yAxis: {
             axisLabel:{
-                left:'-8',
+                left:'-50',
                 color:'#fff',
-                margin:110,
+                margin:5,
+                fontSize:14,
                 textStyle:{
-                    align:'left'
+                    align:'right'
                 }
             },
             axisTick:{