From aac5d4d3798f19ca42d87c0a01870779288960cf Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Mon, 1 Dec 2025 14:15:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=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 | 3 ++- .../src/views/chart/components/views/components/ChartError.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue b/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue index 018f61bc48..407b7285c8 100644 --- a/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue +++ b/core/core-frontend/src/components/data-visualization/ComponentToolBar.vue @@ -199,7 +199,8 @@ onUnmounted(() => { :deep(.ed-input__wrapper) { position: relative; - padding: 0 38px 0 8px; + padding-left: 8px !important; + padding-right: 38px !important; &::after { position: absolute; content: '%'; diff --git a/core/core-frontend/src/views/chart/components/views/components/ChartError.vue b/core/core-frontend/src/views/chart/components/views/components/ChartError.vue index 13f131d890..56f537a5db 100644 --- a/core/core-frontend/src/views/chart/components/views/components/ChartError.vue +++ b/core/core-frontend/src/views/chart/components/views/components/ChartError.vue @@ -34,7 +34,7 @@ function showInfo() { :close-on-click-modal="false" center > - +