From 0f99ce3e076bfcfac281baf02d3a3c2b34c197b5 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Thu, 25 Apr 2024 16:21:28 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):=20?= =?UTF-8?q?=E7=BC=A9=E6=94=BE=E7=BB=84=E4=BB=B6=E6=95=B0=E4=BD=8D=E5=99=A8?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/data-visualization/ComponentToolBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue b/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue index f26f4447a9..b911edb003 100644 --- a/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue +++ b/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue @@ -169,7 +169,7 @@ onUnmounted(() => { &::after { position: absolute; content: '%'; - right: 27px; + right: 35px; top: 1px; } }