From a9efb96763c5ef49fb2c5a17186606f02d0eac90 Mon Sep 17 00:00:00 2001 From: zengmingjie Date: Wed, 27 Aug 2025 23:19:33 +0800 Subject: [PATCH] =?UTF-8?q?8.27=E9=97=AE=E9=A2=98=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/index.scss | 1 + src/components/myForm.vue | 13 +- src/components/myMars.vue | 105 ++++++++-- src/components/myMarsmap.vue | 2 +- src/components/myTable.vue | 2 + src/views/contentData/LeftSidebar/index.vue | 138 +++++++------ src/views/contentData/index.js | 20 +- src/views/index.vue | 20 ++ src/views/login/index.vue | 1 - src/views/menuData/AlertDialog.vue | 68 ++----- src/views/menuData/DeviceDialog.vue | 32 +-- src/views/menuData/PermissionDialog.vue | 75 +++---- src/views/menuData/PositionDialog.vue | 3 +- src/views/menuData/WhitListDialog.vue | 214 ++++++++++---------- 14 files changed, 385 insertions(+), 309 deletions(-) diff --git a/src/assets/css/index.scss b/src/assets/css/index.scss index a93d374..f09b345 100644 --- a/src/assets/css/index.scss +++ b/src/assets/css/index.scss @@ -121,6 +121,7 @@ body { align-items: center; margin-right: 40px; margin-top: 10px; + z-index: 10; .menuItem { width: 305px; display: flex; diff --git a/src/components/myForm.vue b/src/components/myForm.vue index 3aae2ad..801b88d 100644 --- a/src/components/myForm.vue +++ b/src/components/myForm.vue @@ -1,4 +1,3 @@ -my-form