diff --git a/src/components/Line/index.vue b/src/components/Line/index.vue
index 9882055..af6cccc 100644
--- a/src/components/Line/index.vue
+++ b/src/components/Line/index.vue
@@ -93,7 +93,7 @@
},
grid: {
left: '2%',
- right: '7%',
+ right: '10%',
bottom: '5%',
top: '10%',
containLabel: true
diff --git a/src/components/TicketSource/index.vue b/src/components/TicketSource/index.vue
index 1c57abd..2d77d1b 100644
--- a/src/components/TicketSource/index.vue
+++ b/src/components/TicketSource/index.vue
@@ -102,7 +102,6 @@
let obj = props.list.find((item) => item.name == name)
return '{name|' + name + '} {value|' + obj?.value + '}{value|%}'
}
-
// if(obj.value){
// obj.value?obj.value:0;
diff --git a/src/layout/components/Header/index.vue b/src/layout/components/Header/index.vue
index 2760ccf..ad553f8 100644
--- a/src/layout/components/Header/index.vue
+++ b/src/layout/components/Header/index.vue
@@ -3,7 +3,7 @@

首页
- 核心景区视频
+ 核心景区视频
- {
- console.log(item,router.currentRoute.value.path,'测试一下 ')
+
if (isSkip.value) {
router.push(item.path)
} else {
diff --git a/src/views/home/components/box-1.vue b/src/views/home/components/box-1.vue
index 952640c..418040d 100644
--- a/src/views/home/components/box-1.vue
+++ b/src/views/home/components/box-1.vue
@@ -200,8 +200,8 @@
// height: vh(953);
padding: vw(8);
box-sizing: border-box;
- background-image: url('@/assets/images/bg-2.png');
- background-size: 100% 100%;
+ // background-image: url('@/assets/images/bg-2.png');
+ // background-size: 100% 100%;
.dropdown {
position: absolute;
right: vw(8);
@@ -302,7 +302,7 @@
}
.age-box {
width: vw(400);
- height: vh(693);
+ height: vh(650);
background-image: url('@/assets/images/bg-3.png');
background-size: 100% 100%;
&:nth-child(1) {
@@ -312,7 +312,7 @@
.box-1 {
width: vw(400);
height: 100%;
- height: vh(693);
+ height: vh(650);
background-image: url('@/assets/images/bg-3.png');
background-size: 100% 100%;
&:nth-child(2) {
diff --git a/src/views/home/components/box-2.vue b/src/views/home/components/box-2.vue
index 6710199..04a9d14 100644
--- a/src/views/home/components/box-2.vue
+++ b/src/views/home/components/box-2.vue
@@ -822,11 +822,11 @@
.footer {
position: absolute;
width:vw(2630);
- margin-top: vh(8);
+ margin-top: vh(20);
// display: flex;
height: vh(650);
// height:100%;
- background-image: url('@/assets/images/bg-2.png');
+ // background-image: url('@/assets/images/bg-2.png');
background-size: 100% 100%;
flex-wrap: wrap;
.left {
diff --git a/src/views/home/components/box-3.vue b/src/views/home/components/box-3.vue
index ca77cf7..283212d 100644
--- a/src/views/home/components/box-3.vue
+++ b/src/views/home/components/box-3.vue
@@ -92,7 +92,7 @@
.age {
width: vw(260);
- height: vh(800);
+ height: vh(850);
}
diff --git a/src/views/scenic/components/big-map.vue b/src/views/scenic/components/big-map.vue
index c8e3861..0004ac1 100644
--- a/src/views/scenic/components/big-map.vue
+++ b/src/views/scenic/components/big-map.vue
@@ -650,7 +650,7 @@ let tabsIndex = ref(0)
}
.big-car-ship {
flex: 1;
- height: vh(820);
+ height: vh(850);
}
.close {
cursor: pointer;
diff --git a/src/views/scenic/components/box-1.vue b/src/views/scenic/components/box-1.vue
index f347014..8b40f21 100644
--- a/src/views/scenic/components/box-1.vue
+++ b/src/views/scenic/components/box-1.vue
@@ -32,7 +32,7 @@
-
+
-
+
-
+
@@ -69,7 +69,7 @@
:dataList="dataLists"
:total="carTotal"
width="98%"
- :height="140"
+ :height="133"
/>
diff --git a/src/views/scenic/components/box-2.vue b/src/views/scenic/components/box-2.vue
index e92ea34..7169121 100644
--- a/src/views/scenic/components/box-2.vue
+++ b/src/views/scenic/components/box-2.vue
@@ -32,7 +32,7 @@
@@ -68,7 +68,7 @@
@@ -140,7 +140,7 @@
:dataList="scenicStore?.secureData.dataList"
:total="alarmTotal"
width="100%"
- :height="140"
+ :height="145"
/>
@@ -189,7 +189,7 @@
-
+
@@ -1156,7 +1156,7 @@
.car-ship {
// width: vw(660);
width: 100%;
- height: vh(750);
+ height: vh(780);
}
.full {
cursor: pointer;
diff --git a/src/views/scenic/components/traffic-flow.vue b/src/views/scenic/components/traffic-flow.vue
index c0c8776..a80a0cc 100644
--- a/src/views/scenic/components/traffic-flow.vue
+++ b/src/views/scenic/components/traffic-flow.vue
@@ -158,6 +158,6 @@
}
.traffic-flow {
width: vw(260);
- height: vh(800);
+ height: vh(855);
}