From 7c696b91971ef42b6e755b7bd49f244dd77c25b4 Mon Sep 17 00:00:00 2001 From: lixuefeng <1126141216@qq.com> Date: Thu, 12 Jun 2025 20:08:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B1=BB=E5=9E=8B=EF=BC=9A=E5=BC=80=E5=8F=91?= =?UTF-8?q?=20=E6=8F=8F=E8=BF=B0=EF=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/monitor/components/box-1.vue | 4 ++-- src/views/scenic/components/box-1.vue | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/monitor/components/box-1.vue b/src/views/monitor/components/box-1.vue index 5b727dd..4313761 100644 --- a/src/views/monitor/components/box-1.vue +++ b/src/views/monitor/components/box-1.vue @@ -76,13 +76,13 @@
- 已处理 + 已解除
- +
diff --git a/src/views/scenic/components/box-1.vue b/src/views/scenic/components/box-1.vue index df6fd2c..6347820 100644 --- a/src/views/scenic/components/box-1.vue +++ b/src/views/scenic/components/box-1.vue @@ -131,7 +131,7 @@ import { useRouter } from 'vue-router' import { useScenicStore } from '@/stores/scenic' - + import { useMap } from '@/hooks/map' import {getPreviewUrlApi,getSpotTicketDate} from "@/api/home.js"; import pubSub from 'pubsub-js' @@ -139,7 +139,7 @@ import pubSub from 'pubsub-js' const scenicStore = useScenicStore() const { initMap, addMarker, map, marker } = useMap() import { useHomeStore } from '@/stores/home' - + const homeStore = useHomeStore() let props = defineProps({ scenicSpotId: { @@ -210,7 +210,7 @@ import pubSub from 'pubsub-js' PubSub.subscribe('changeAmplify', (msg, data) => { if(data&&myElement.value){ myElement.value.classList.add('coll-box'); - + } }) }) @@ -255,7 +255,7 @@ import pubSub from 'pubsub-js' } &__left-item { position: relative; - width: vw(120); + width: vw(115); height: vh(58); padding-left: vw(10); display: flex; @@ -364,7 +364,7 @@ import pubSub from 'pubsub-js' } .bg { padding-left: vw(20); - width: vw(243); + //width: vw(243); height: vh(40); display: flex; align-items: center;