From d810e5a2c8af52de0a679b43cf6a9a73a8695afd Mon Sep 17 00:00:00 2001 From: wisonic Date: Mon, 29 Jul 2024 17:28:23 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=9B=BE=E8=A1=A8):=20=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E6=8E=92=E5=BA=8F=E5=BC=B9=E6=A1=86=E5=B1=85?= =?UTF-8?q?=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/chart/components/editor/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/editor/index.vue b/core/core-frontend/src/views/chart/components/editor/index.vue index e50d71881d..98236c1b65 100644 --- a/core/core-frontend/src/views/chart/components/editor/index.vue +++ b/core/core-frontend/src/views/chart/components/editor/index.vue @@ -4548,7 +4548,7 @@ span { display: flex; flex-direction: column; margin: 0; - position: absolute; + position: absolute !important; top: 50%; left: 50%; transform: translate(-50%, -50%);