sumyangyang vor 1 Jahr
Ursprung
Commit
d15cbfcd00

+ 5 - 1
zhsq_qk-ui/src/assets/images/qkq_body.css

@@ -284,7 +284,8 @@ body {
 
 .map{
 	width: 100%;
-	height: 99.62vh;
+	height: 99.62vh;
+	overflow: hidden;
 }
 .map img{
 	width: 100%;
@@ -400,6 +401,9 @@ color: #fff;
 	justify-content: space-between;
 	background: url(sprhbj-btm.png) repeat-x center;
 	border-radius: 25px;
+}
+.bottom_con:hover{
+	background: url(sprhbj-btm2.png) repeat-x center;
 }
 
 

+ 9 - 2
zhsq_qk-ui/src/assets/images/qkq_sprh.css

@@ -585,11 +585,18 @@ padding: 0px 10px;
 /* 政务运行 */
 .zwyx_left{
 	    position: absolute;
-	    bottom: 165px;
+	    bottom: 135px;
 	    left: 437px;
 	    width: 1070px;
 	display: flex;
-	flex-direction: row;
+	flex-direction: row;
+	background: url(sprhbj-btm.png) repeat-x center;
+	border-radius: 25px;
+	padding: 10px 10px;
+}
+.zwyx_left:hover{
+	background: url(sprhbj-btm2.png) repeat-x center;
+	
 }
 .zwyx_con{
 	width: 23.5%;

BIN
zhsq_qk-ui/src/assets/images/sprhbj-btm.png


BIN
zhsq_qk-ui/src/assets/images/sprhbj-btm2.png


+ 8 - 8
zhsq_qk-ui/src/views/fusion/jczl.vue

@@ -322,7 +322,7 @@ export default {
       let labelData = []
       for (var i = 0; i < data.length; i++) {
         labelData.push(data[i]);
-        var lineNumber = Math.floor(Math.random() * 900);
+        var lineNumber = Math.floor(Math.random() * 2000);
         valueData.push(lineNumber);
       }
       var option = {
@@ -331,10 +331,10 @@ export default {
           text: '',
           textStyle: {
             color: '#fff',
-            fontSize: '14',
+            fontSize: '12',
           },
           top: '0%',
-          left: 'bottom',
+          left: '20%',
         },
         tooltip: {
           trigger: 'axis',
@@ -344,7 +344,7 @@ export default {
         },
         grid: {
           top: '10%',
-          left: '10%',
+          left: '15%',
           right: '5%',
           buttom: '0',
         },
@@ -359,7 +359,7 @@ export default {
             margin: 10,
             color: '#e2e9ff',
             textStyle: {
-              fontSize: 14
+              fontSize: 12
             },
           },
           axisTick: {
@@ -389,7 +389,7 @@ export default {
             }
           },
           axisTick: {
-            show: true,
+            show: false,
 
             lineStyle: {
               color: '#fff',
@@ -425,10 +425,10 @@ export default {
         if (currentIndex >= 6) {
           currentIndex = 0;
           for (var i = 0; i < valueData.length; i++) {
-            valueData[i] = Math.floor(Math.random() * 700);
+            valueData[i] = Math.floor(Math.random() * 800);
           }
         } else {
-          valueData[currentIndex] = Math.floor(Math.random() * 700);
+          valueData[currentIndex] = Math.floor(Math.random() * 800);
         }
 
         // 更新 option 中的数据

+ 1 - 1
zhsq_qk-ui/src/views/supermap/supermap.vue

@@ -341,7 +341,7 @@ export default {
 /*地图DOM*/
 #qksupermap {
   width: 100%;
-  height: 1080px !important;
+  /* height: 1080px !important; */
   background: none;
 }
 </style>