From 47d374fa5c3a1412ff02458ee1343141096f9baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=98=89=E8=B1=AA?= <42510293+ziyujiahao@users.noreply.github.com> Date: Tue, 9 Sep 2025 18:15:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E6=95=B0=E6=8D=AE=E9=9B=86=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=E5=81=8F=E7=A7=BB=E9=97=AE=E9=A2=98=20(#1693?= =?UTF-8?q?5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chart/components/editor/common/ChartTemplateInfo.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/editor/common/ChartTemplateInfo.vue b/core/core-frontend/src/views/chart/components/editor/common/ChartTemplateInfo.vue index 42224029e5..dbc7de6525 100644 --- a/core/core-frontend/src/views/chart/components/editor/common/ChartTemplateInfo.vue +++ b/core/core-frontend/src/views/chart/components/editor/common/ChartTemplateInfo.vue @@ -44,6 +44,7 @@ defineProps({ opacity: 0.4; z-index: 2; } + .view-panel-mask { height: 100%; width: 178px; @@ -56,6 +57,7 @@ defineProps({ cursor: not-allowed; pointer-events: none; } + .view-panel-mask-inner { top: 51px; left: 6px; @@ -79,14 +81,16 @@ defineProps({ box-shadow: none !important; border: 0 !important; background: var(--ed-color-primary) !important; - inset: 0 auto auto -5px !important; + .ed-popper__arrow::before { border: 1px solid var(--ed-color-primary) !important; background: var(--ed-color-primary) !important; } } + .template-popper-tips-content { color: rgba(255, 255, 255, 1); + .content { font-family: var(--de-custom_font, 'PingFang'); font-size: 14px;