zt 1 年之前
父節點
當前提交
72234c2b29

+ 5 - 5
nngkxxdp/src/main/resources/static/natj/dataCenter/indexMobile.html

@@ -29,7 +29,7 @@
 
         #whlyEchar {
             width: 100vw;
-            height: 410px;
+            height: 310px;
         }
 
         #shjzEchar {
@@ -45,22 +45,22 @@
 
         #wsylchar {
             width: 100vw;
-            height: 410px;
+            height: 310px;
         }
 
         #gyykEchart {
             width: 100vw;
-            height: 410px;
+            height: 310px;
         }
 
         #zsrEchart {
             width: 100vw;
-            height: 410px;
+            height: 310px;
         }
 
         #cyrsEchart{
             width: 100vw;
-            height: 410px;
+            height: 310px;
         }
 
         #other1,

+ 3 - 3
nngkxxdp/src/main/resources/static/natj/dataCenter/js/culturalTourism.js

@@ -84,11 +84,11 @@ function culturalTourism() {
           3415412, 4851414, 4914414,
         ],
         itemStyle: {
-          color: "red",
+          color: '#ed9121',
         },
       },
       {
-        name: "国内同比增减",
+        name: "国内游客同比增减",
         type: "line",
         yAxisIndex: 1,
         tooltip: {
@@ -101,7 +101,7 @@ function culturalTourism() {
         ],
       },
       {
-        name: "海外同比增减",
+        name: "海外游客同比增减",
         type: "line",
         yAxisIndex: 1,
         tooltip: {

+ 4 - 3
nngkxxdp/src/main/resources/static/natj/dataCenter/js/culturalTourismMobile.js

@@ -20,6 +20,7 @@ function culturalTourism() {
       },
     },
     grid: {
+        top:80,
       containLabel: true,
     },
     legend: {
@@ -88,11 +89,11 @@ function culturalTourism() {
           3415412, 4851414, 4914414,
         ],
         itemStyle: {
-          color: "red",
+          color: "#ed9121",
         },
       },
       {
-        name: "国内同比增减",
+        name: "国内游客同比增减",
         type: "line",
         yAxisIndex: 1,
         tooltip: {
@@ -105,7 +106,7 @@ function culturalTourism() {
         ],
       },
       {
-        name: "海外同比增减",
+        name: "海外游客同比增减",
         type: "line",
         yAxisIndex: 1,
         tooltip: {