From db07d86f01f19683d7adb263139159ffe1e0c9bf Mon Sep 17 00:00:00 2001 From: wangjuncheng <1> Date: 星期四, 08 五月 2025 14:49:59 +0800 Subject: [PATCH] change --- src/views/zhjc.vue | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/src/views/zhjc.vue b/src/views/zhjc.vue index 8270d42..26d4f7a 100644 --- a/src/views/zhjc.vue +++ b/src/views/zhjc.vue @@ -1,10 +1,23 @@ <template> - <Device /> + <div> + <Device /> + <Legend class="legend"/> + </div> + </template> <script setup> - import Device from "@/components/menu/Device.vue" +import Legend from "@/components/tools/Legend_zhjc.vue"; +import Device from "@/components/menu/Device.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; + } @import url("../assets/css/home.css"); </style> -- Gitblit v1.9.3