From 0df2319062891e82d70f7127efe0ab606287c81d Mon Sep 17 00:00:00 2001 From: wangchengming <15110151257@163.com> Date: Mon, 1 Sep 2025 21:39:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/outdoorMedia/index.vue | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) diff --git a/src/views/outdoorMedia/index.vue b/src/views/outdoorMedia/index.vue index 79039a6..dc14930 100644 --- a/src/views/outdoorMedia/index.vue +++ b/src/views/outdoorMedia/index.vue @@ -620,8 +620,8 @@ onMounted(() => { .custom-map-controls { position: absolute; - top: 20px; - right: 20px; + top: 10px; + right: 10px; z-index: 1000; display: flex; flex-direction: column; @@ -672,29 +672,7 @@ onMounted(() => { .map-full-screen:hover { background: url('../../assets/images/icon-map-nofull-screen-active.png'); } - - - -// .map-control-btn { -// padding: 8px 12px; -// background: white; -// border: 1px solid #ccc; -// border-radius: 4px; -// cursor: pointer; -// font-size: 12px; -// box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); -// transition: all 0.3s ease; -// } - -// .map-control-btn:hover { -// background: #f5f5f5; -// box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); -// } - -// .map-control-btn:active { -// transform: translateY(1px); -// } - + /* 全屏样式 */ .mapContainer:-webkit-full-screen { width: 100% !important;