From 00e99028a381a8d15e0b24e6a778fd16a74ce4aa Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期四, 05 十二月 2024 16:16:05 +0800
Subject: [PATCH] 地图

---
 src/views/screen/components/screen-map-three/index.vue |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/src/views/screen/components/screen-map-three/index.vue b/src/views/screen/components/screen-map-three/index.vue
index 806fa3e..f500e99 100644
--- a/src/views/screen/components/screen-map-three/index.vue
+++ b/src/views/screen/components/screen-map-three/index.vue
@@ -37,12 +37,15 @@
 <style lang="scss" scoped>
 .map-container {
   width: 100%;
-  height: 100%;
-  position: absolute;
-  left: 0;
-  top: 0;
+  height:100%;
+  // position: absolute;
+  // left: 25%;
+  // top: 65px;
   z-index: 0;
-
+  // background: url("../../../../assets/images/screen/cardBg.png");
+  // background-size: cover !important;
+  // background-repeat: no-repeat !important;
+  // background-position: center center !important;
   .world {
     width: 100%;
     height: 100%;

--
Gitblit v1.8.0