From db07d86f01f19683d7adb263139159ffe1e0c9bf Mon Sep 17 00:00:00 2001 From: wangjuncheng <1> Date: 星期四, 08 五月 2025 14:49:59 +0800 Subject: [PATCH] change --- src/views/yhgl.vue | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/src/views/yhgl.vue b/src/views/yhgl.vue index c24a40c..087e943 100644 --- a/src/views/yhgl.vue +++ b/src/views/yhgl.vue @@ -1,10 +1,23 @@ <template> <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"; + </script> <style lang="less" scoped> - @import url("../assets/css/home.css"); +.legend { + // background: url("@/assets/img/right/rightbg.png"); + color: white; + position: fixed; + bottom: 6%; + right: 1%; + z-index: 3333; +} + +@import url("../assets/css/home.css"); </style> -- Gitblit v1.9.3