From cd5080b2e3d84c274f90bee762348be3f89e3c29 Mon Sep 17 00:00:00 2001 From: guonan <guonan201020@163.com> Date: 星期四, 29 五月 2025 18:03:20 +0800 Subject: [PATCH] 修改 --- 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