From 334ee90a1a392217c4fc82ba066c40686e069890 Mon Sep 17 00:00:00 2001 From: wangjuncheng <1> Date: 星期二, 03 六月 2025 09:41:03 +0800 Subject: [PATCH] Merge branch 'master' of http://103.135.160.14:9034/r/NslWeb --- src/views/yhgl.vue | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/views/yhgl.vue b/src/views/yhgl.vue index 087e943..90953e9 100644 --- a/src/views/yhgl.vue +++ b/src/views/yhgl.vue @@ -1,22 +1,22 @@ <template> - <Location /> - <Legend class="legend" /> - + <!-- <GisView /> --> + <Location /> + <Legend class="legend" /> </template> <script setup> -import Location from "@/components/menu/Location.vue" +import Location from "@/components/menu/Location.vue"; import Legend from "@/components/tools/Legend_yhgl.vue"; - +import GisView from "./GisView.vue"; </script> <style lang="less" scoped> .legend { - // background: url("@/assets/img/right/rightbg.png"); - color: white; - position: fixed; - bottom: 6%; - right: 1%; - z-index: 3333; + // background: url("@/assets/img/right/rightbg.png"); + color: white; + position: fixed; + bottom: 6%; + right: 1%; + z-index: 3333; } @import url("../assets/css/home.css"); -- Gitblit v1.9.3