修改智慧建造部分样式

This commit is contained in:
Luck-Xiaomi 2022-06-15 14:40:05 +08:00
parent 817fdfb6c7
commit 86ef8538a4
6 changed files with 84 additions and 79 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 750 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 912 B

View File

@ -35,11 +35,12 @@ if (process.env.NODE_ENV == 'development') {
// axios.defaults.baseURL = 'http://14.29.220.211:6023/'
// axios.defaults.baseURL = 'https://zhgd.loganwy.com/' //龙光
// axios.defaults.baseURL = 'https://zhgd-uat.logan.com.cn/'
axios.defaults.baseURL = 'http://36.137.53.203:9090/'; // 南昌地铁 17512009894 123456789 gdjt 123456789
// axios.defaults.baseURL = 'http://36.137.53.203:9090/'; // 南昌地铁 17512009894 123456789 gdjt 123456789
// axios.defaults.baseURL = 'http://124.71.178.44:100/'
// tag: 本地
// axios.defaults.baseURL = 'http://192.168.34.125:6023/'; //本地 http/1.1
axios.defaults.baseURL = 'http://192.168.34.125:6023/'; //本地 http/1.1
// axios.defaults.baseURL = 'http://120.196.217.6:7000/'; // 鹤洲
// axios.defaults.baseURL = 'http://182.90.224.237:7000/'; // 广西

View File

@ -1361,7 +1361,6 @@ const routes2 = [{
{
path: '/project/dataBoard/',
name: '数据看板',
component: resolve => require(['@/views/projectAdmin/dataBoardTwo/dataBoard.vue'], resolve),
// component: resolve => require(['@/views/projectAdmin/dataBoard/dataBoard.vue'], resolve),
// children: [{
// path: 'index',
@ -1411,6 +1410,8 @@ const routes2 = [{
// component: () => import('@/views/projectAdmin/dataBoard/AiAnalysis.vue'),
// }
// ]
component: resolve => require(['@/views/projectAdmin/dataBoardTwo/dataBoard.vue'], resolve),
children: [{
path: 'index',
name: '数据看板-首页概览',
@ -1418,7 +1419,7 @@ const routes2 = [{
}, {
path: 'digitalSite',
name: '数据看板-数字工地',
component: () => import('@/views/projectAdmin/dataBoardTwo/digitalSite.vue'),
component: () => import('@/views/projectAdmin/dataBoardTwo/digitalSite'),
}, {
path: 'laborManage',
name: '数据看板-劳务管理',

View File

@ -205,8 +205,12 @@
</div>
</div>
<div class="mapContent" :class="company == 'longguang'?'lgMapContent':''">
<vue-scroll v-show="!showVideoDialog">
<!-- TODO: 开发中 -->
<el-image style="width: 100%; height: 100%" :src="require('@/assets/images/dataBoard/wisdomBuild/map.jpg')" ></el-image>
<!-- tag: 去掉 -->
<vue-scroll v-if="false" v-show="!showVideoDialog">
<div
v-if="false"
class="mapUrl"
style="width: 100%; height: 100%; overflow: hidden;"
>
@ -217,15 +221,6 @@
ref="bgPackImg"
@load="countBoxSize"
/>
<!-- <el-image
style="width: 100%; height: auto;position: relative;"
:src="bgUrl"
class="bgPackImg"
ref="bgPackImg"
></el-image> -->
<!-- <img class="bgPackImg" src="@/assets/images/longguang2/bg.jpg" alt="" style="width: auto; height: auto;position:absolute"
ref="bgPackImg">
<!-- 点位 -->
<div
v-for="(item, index) in pointList"
class="point"
@ -2555,7 +2550,7 @@
<div class="operationInfo_towercrane">
<img
class="imgGantry"
src="../../projectLevel/assets/images/gantryCrane/gantry2.png"
src="../../../projectLevel/assets/images/gantryCrane/gantry2.png"
/>
<div ref="hookBox" class="hookBox">
<!-- imgHeight:0,//-->
@ -2564,18 +2559,18 @@
<img
class="imgHead"
ref="imgHead"
src="../../projectLevel/assets/images/gantryCrane/head.png"
src="../../../projectLevel/assets/images/gantryCrane/head.png"
alt=""
/>
<img
:style="{ height: imgHeight + 45 + 'px' }"
class="imgMid"
src="../../projectLevel/assets/images/gantryCrane/mid.png"
src="../../../projectLevel/assets/images/gantryCrane/mid.png"
alt=""
/>
<img
class="imgBottom"
src="../../projectLevel/assets/images/gantryCrane/bottom.png"
src="../../../projectLevel/assets/images/gantryCrane/bottom.png"
alt=""
/>
</div>
@ -3161,7 +3156,7 @@ import {
getAiVideoInfo,
getAIDangerList,
} from "@/assets/js/api/dataBoard";
import { selectCarTotal } from "../../../assets/js/api/carManage.js";
import { selectCarTotal } from "@/assets/js/api/carManage.js";
import {
getSelectTowerBySnApi,
getTowerCurrentDataApi,
@ -3520,6 +3515,8 @@ export default {
clearInterval(this.timer1);
},
methods: {
/** 初始化地图Echarts TODO: */
initMapEcharts() {},
//
countBoxSize() {
this.$nextTick(() => {
@ -5175,30 +5172,36 @@ img {
.lgMapContent {
text-align: left !important;
}
// TODO:
.pointTabBox {
display: flex;
align-items: center;
justify-content: center;
margin-top: 30px;
position: absolute;
top: 90%;
left: 25%;
bottom: 30px;
left: 50%;
transform: translate(-50%);
ul {
width: 700px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
li {
margin-right: 35px;
margin-bottom: 15px;
width: 120px;
height: 39px;
background-image: url("../../../assets/images/dataBoard/tabBG.png");
background-image: url("../../../../assets/images/dataBoard/wisdomBuild/menu.png");
display: inline-flex;
align-items: center;
justify-content: center;
color: #5ce2f6;
font-size: 18px;
cursor: pointer;
&:last-child {
margin-right: 0;
}
&.active {
background-image: url("../../../assets/images/dataBoard/tabBG-active.png");
color: #f7d300;
background-image: url("../../../../assets/images/dataBoard/wisdomBuild/menu.png");
color: #fff;
}
}
}
@ -5824,10 +5827,10 @@ img {
.dataBoardPage_blue {
.pointTabBox {
li {
background-image: url("../../../assets/images/dataBoard/blueTheme/tabBG.png");
background-image: url("../../../../assets/images/dataBoard/blueTheme/tabBG.png");
color: rgba(255, 255, 254, 0.8);
&.active {
background-image: url("../../../assets/images/dataBoard/blueTheme/tabBG-active.png");
background-image: url("../../../../assets/images/dataBoard/blueTheme/tabBG-active.png");
color: #ffffff;
}
}
@ -5847,10 +5850,10 @@ img {
.dataBoardPage_blue2 {
.pointTabBox {
li {
background-image: url("../../../assets/images/dataBoard/blueTheme2/tabBG.png");
background-image: url("../../../../assets/images/dataBoard/blueTheme2/tabBG.png");
color: rgba(255, 255, 254, 0.8);
&.active {
background-image: url("../../../assets/images/dataBoard/blueTheme2/tabBG-active.png");
background-image: url("../../../../assets/images/dataBoard/blueTheme2/tabBG-active.png");
color: #ffffff;
}
}
@ -5893,7 +5896,7 @@ img {
position: absolute;
width: 100%;
height: 100%;
background-image: url("../../../assets/images/dataBoard/blockBG.png");
background-image: url("../../../../assets/images/dataBoard/blockBG.png");
background-position: bottom center;
background-repeat: no-repeat;
background-size: 100% 100%;