From 43733226014a4553ff3784c1e0d0cf2f0658ebd7 Mon Sep 17 00:00:00 2001 From: yaoyuhao Date: Fri, 27 Sep 2024 16:54:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BEloading=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/sy_map.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/view/sy_map.vue b/src/view/sy_map.vue index 5d54dfc..522884c 100644 --- a/src/view/sy_map.vue +++ b/src/view/sy_map.vue @@ -4775,10 +4775,11 @@ onMounted(async () => { } //加载动画 .loadBody { - width: 100%; - height: 100%; + width: 100%; + height: calc(100% - 112px ); z-index: 999; background: rgba(0, 0, 0, 0); + bottom: 0; position: absolute; .load { box-sizing: border-box;