From d6f8f835567a87a2b772e3b04cb0daf8f574e4a2 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 13 Jan 2022 15:15:32 +0800 Subject: [PATCH] bug --- src/apps/AppPovertyAlleviation/Monitor.vue | 2 +- src/apps/AppPovertyAlleviation/Monitor/Statistics.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/AppPovertyAlleviation/Monitor.vue b/src/apps/AppPovertyAlleviation/Monitor.vue index 03604451..706ba6c4 100644 --- a/src/apps/AppPovertyAlleviation/Monitor.vue +++ b/src/apps/AppPovertyAlleviation/Monitor.vue @@ -66,7 +66,7 @@ export default { position: fixed; bottom: 0; left: 0; - z-index: 11; + z-index: 1; width: 100%; height: 98px; diff --git a/src/apps/AppPovertyAlleviation/Monitor/Statistics.vue b/src/apps/AppPovertyAlleviation/Monitor/Statistics.vue index bf72e60b..0d08d24d 100644 --- a/src/apps/AppPovertyAlleviation/Monitor/Statistics.vue +++ b/src/apps/AppPovertyAlleviation/Monitor/Statistics.vue @@ -342,7 +342,7 @@ export default { align-items: center; top: 0; left: 0; - z-index: 11; + z-index: 12; width: 100%; padding: 0 32px; height: 112px;