From 8b9443e36615497b002a18fa3cd50521dc1decca Mon Sep 17 00:00:00 2001 From: Jin Lei <jinlei_182@163.com> Date: 星期六, 11 十一月 2023 17:43:51 +0800 Subject: [PATCH] [viewer]解决路径冲突 --- src/components/map/viewer1.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/map/viewer1.vue b/src/components/map/viewer1.vue index 0439c00..bba459a 100644 --- a/src/components/map/viewer1.vue +++ b/src/components/map/viewer1.vue @@ -1042,8 +1042,9 @@ position: absolute; z-index: 999; top: 20%; - left: 35%; - /* right: -68%; */ + /* left: 35%; */ + right: 0%; + transform: translateX(50%); padding-top: 20px; width: 401px; height: 549px; -- Gitblit v1.9.3