feat:完善功能
This commit is contained in:
@@ -63,7 +63,12 @@
|
||||
|
||||
<template v-if="scenicSpotId">
|
||||
<div class="detection-top">
|
||||
<img class="map-img" src="@/assets/images/map-img-1.jpg" />
|
||||
<img
|
||||
v-if="scenicSpotId == 'root000000'"
|
||||
class="map-img"
|
||||
src="@/assets/images/bdc.png"
|
||||
alt=""
|
||||
/>
|
||||
</div>
|
||||
<div class="flex">
|
||||
<div class="monitor">
|
||||
@@ -260,7 +265,6 @@
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.monitor {
|
||||
width: vw(405);
|
||||
margin-right: vw(8);
|
||||
@@ -351,7 +355,6 @@
|
||||
background-image: url('@/assets/images/title-4.png');
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
:deep(.el-select__wrapper) {
|
||||
background: linear-gradient(270deg, rgba(8, 41, 86, 0.16) 0%, #0b61b4 100%);
|
||||
border: none;
|
||||
@@ -361,10 +364,6 @@
|
||||
font-size: vw(14);
|
||||
color: #fff;
|
||||
}
|
||||
.line-chart {
|
||||
width: 100%;
|
||||
height: vh(200);
|
||||
}
|
||||
.box-1 {
|
||||
margin-top: vh(120);
|
||||
width: vw(800);
|
||||
|
||||
Reference in New Issue
Block a user