From 6cffb189105aaa2dbde8886c3f43a1a65276e872 Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期一, 20 五月 2024 17:44:43 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/TCM_CharacterLibrary

---
 src/pages/territory/territory.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/pages/territory/territory.vue b/src/pages/territory/territory.vue
index 7fc64d2..22219f4 100644
--- a/src/pages/territory/territory.vue
+++ b/src/pages/territory/territory.vue
@@ -150,7 +150,7 @@
     <!-- 鏈濅唬 -->
     <view
       class="flex flex-center"
-      style="width: 100%; position: fixed; bottom: 0.33rem; left: 0"
+      style="width: 100%; position: fixed; bottom: 0.33rem; left: 0; z-index: 99;"
     >
       <ul class="flex">
         <li
@@ -732,10 +732,10 @@
 }
 
 #map {
-  height: 600px;
+  height: 100%;
   width: 100%;
   margin: 0 auto;
   font-size: 14px !important;
-  /* z-index: -1 !important; */
+  z-index: 10 !important;
 }
 </style>

--
Gitblit v1.9.1