3.28
This commit is contained in:
Binary file not shown.
@@ -69,7 +69,7 @@
|
|||||||
legend: {
|
legend: {
|
||||||
show: true,
|
show: true,
|
||||||
x: 'center',
|
x: 'center',
|
||||||
y: '64%',
|
y: 'bottom',
|
||||||
itemHeight: fitChartSize(12),
|
itemHeight: fitChartSize(12),
|
||||||
itemWidth: fitChartSize(12),
|
itemWidth: fitChartSize(12),
|
||||||
itemGap: fitChartSize(6),
|
itemGap: fitChartSize(6),
|
||||||
|
|||||||
@@ -208,7 +208,6 @@
|
|||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
}
|
}
|
||||||
.video-item__follow {
|
.video-item__follow {
|
||||||
|
|
||||||
// background-image: url('@/assets/images/unfollow.png');
|
// background-image: url('@/assets/images/unfollow.png');
|
||||||
}
|
}
|
||||||
.dialog {
|
.dialog {
|
||||||
@@ -270,7 +269,7 @@
|
|||||||
}
|
}
|
||||||
.video {
|
.video {
|
||||||
width: vw(1814);
|
width: vw(1814);
|
||||||
height: vw(980);
|
height: vw(950);
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
background-color: #062b57;
|
background-color: #062b57;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -90,7 +90,7 @@
|
|||||||
|
|
||||||
<template v-if="scenicSpotId">
|
<template v-if="scenicSpotId">
|
||||||
<div class="detection-top">
|
<div class="detection-top">
|
||||||
<img
|
<!-- <img
|
||||||
v-if="scenicSpotId == 'root000000'"
|
v-if="scenicSpotId == 'root000000'"
|
||||||
class="map-img"
|
class="map-img"
|
||||||
src="@/assets/images/bdc.png"
|
src="@/assets/images/bdc.png"
|
||||||
@@ -102,7 +102,9 @@
|
|||||||
src="@/assets/images/sxzd.png"
|
src="@/assets/images/sxzd.png"
|
||||||
alt=""
|
alt=""
|
||||||
/>
|
/>
|
||||||
<img v-if="scenicSpotId == '龙桥河'" class="map-img" src="@/assets/images/lqh.jpg" alt="" />
|
<img v-if="scenicSpotId == '龙桥河'" class="map-img" src="@/assets/images/lqh.jpg" alt="" /> -->
|
||||||
|
<iframe v-if="scenicSpotId == 'root000000' || scenicSpotId == 'root00000000'" width="100%" height="100%" src="/map/sxzd/sxzd.html"></iframe>
|
||||||
|
<iframe v-if="scenicSpotId == '龙桥河'" width="100%" height="100%" src="/map/lqh/lqh.html"></iframe>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
<div class="monitor">
|
<div class="monitor">
|
||||||
|
|||||||
@@ -132,6 +132,6 @@
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.age {
|
.age {
|
||||||
width: vw(240);
|
width: vw(240);
|
||||||
height: vh(260);
|
height: vh(280);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user