From 5111f3f9c1c31b81af25cb737ec9608d9ff09f42 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期一, 20 五月 2024 16:51:20 +0800 Subject: [PATCH] 替换图片和地图层级 --- 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 74aae92..6221934 100644 --- a/src/pages/territory/territory.vue +++ b/src/pages/territory/territory.vue @@ -170,7 +170,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 @@ -649,10 +649,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