diff --git a/public/chengdu/css/common.css b/public/chengdu/css/common.css index 985a128..c2e055b 100644 --- a/public/chengdu/css/common.css +++ b/public/chengdu/css/common.css @@ -45,7 +45,7 @@ a:hover{ color:#06c; text-decoration: none!important} box-sizing: border-box;} .mainbox>ul>li{display:inline-block;width:100%;} -.mainbox>ul>li{height:calc(30% - 5px);} +.mainbox>ul>li{height:40%;} .mainbox>ul>li:nth-child(1){width:100%;height:calc(60% - 5px);} .mainbox>ul>li:nth-child(3){width:100%;height:10%;} .mainbox .boxall{margin-right:5px;z-index:10;background:rgb(8,24,83);height: 100%;float: left;position: relative;} diff --git a/public/chengdu/index.html b/public/chengdu/index.html index bce8da2..2a511c1 100644 --- a/public/chengdu/index.html +++ b/public/chengdu/index.html @@ -5,7 +5,7 @@ - 成都市劳动力需求大数据平台 + 德阳市劳动力需求大数据平台 @@ -20,7 +20,7 @@
- 四川省劳动力需求大数据平台 + 德阳市劳动力需求大数据平台 2023.12.10-2023.12.28 @@ -32,13 +32,13 @@
-
四川省劳动力需求热力图
+
德阳市劳动力需求热力图
-
四川省劳动力流向城市劳动力需求
+
德阳市劳动力流向城市劳动力需求
@@ -110,7 +110,7 @@
-
  • +
  • diff --git a/vue.config.js b/vue.config.js index 0642742..bb6c2a3 100644 --- a/vue.config.js +++ b/vue.config.js @@ -24,8 +24,8 @@ module.exports = { proxy: { "/api": { // target: 'http://192.168.3.104:8000', // 本地服务接口地址 - // target: "http://39.98.184.58:8000", // 阿里云后台地址 - target: "http://192.168.3.111:8000", // 本地 + target: "http://39.98.184.58:8000", // 阿里云后台地址 + // target: "http://192.168.3.111:8000", // 本地 ws: true, changeOrigin: true, pathRewrite: {