From 82d13f47adbf2e62de4e6e639e8aaaa2be83944d Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 14 Dec 2021 15:20:05 +0800
Subject: [PATCH] +手机端弹框修改,加自动定位到点击地点

---
 src/components/mobileLeftNav/index.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/components/mobileLeftNav/index.vue b/src/components/mobileLeftNav/index.vue
index 0d844cf..1247850 100644
--- a/src/components/mobileLeftNav/index.vue
+++ b/src/components/mobileLeftNav/index.vue
@@ -293,7 +293,7 @@
   position: fixed;
   bottom: 30px;
   right: 0px;
-  z-index: 1;
+  z-index: 200;
   background-color: #fff;
   border-radius: 17px 0 0 17px;
   transition: all 0.5s;
@@ -309,6 +309,10 @@
     align-items: center;
     justify-content: center;
   }
+  ul {
+    position: relative;
+    top: 3px;
+  }
   li {
     margin-bottom: 6px;
     font-weight: 400;

--
Gitblit v1.9.3