From f9b7833e47c5cbbd19ba9b6ebbe6942d513627fd Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 18 Oct 2023 17:47:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E6=98=8C=E5=9C=B0=E5=9B=BE=E5=9B=BE?= =?UTF-8?q?=E4=BE=8B=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/AiDvRender.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/components/AiDvRender.vue b/components/AiDvRender.vue index 0b344a0a..a7f8a10e 100644 --- a/components/AiDvRender.vue +++ b/components/AiDvRender.vue @@ -348,13 +348,12 @@ export default { } .pingchangMapLegend { - width: 429px; - height: 45px; + width: 189px; + height: 95px; background: url("https://cdn.cunwuyun.cn/pingchang/pingchangMapLegend.png"); position: absolute; bottom: 32px; - left: 50%; - transform: translateX(-50%); + right: 32px; backdrop-filter: blur(10px); } }