From 05e1d0be1ad58716e72ebfb0f070a8713fabd92c Mon Sep 17 00:00:00 2001 From: jianneng-fit2cloud Date: Thu, 15 Jan 2026 10:46:46 +0800 Subject: [PATCH] =?UTF-8?q?style(=E5=9B=BE=E8=A1=A8):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=B0=B4=E6=B3=A2=E5=9B=BE=E6=A0=87=E7=AD=BE=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../editor/editor-style/components/LabelSelector.vue | 1 + .../chart/components/js/panel/charts/liquid/liquid.ts | 8 +++----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/LabelSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/LabelSelector.vue index 57cd7ccf5e..a8ffc97aca 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/LabelSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/LabelSelector.vue @@ -561,6 +561,7 @@ const isProgressBar = computed(() => { :predefine="COLOR_PANEL" @change="changeLabelAttr('color')" is-custom + show-alpha /> { fontSize: label.fontSize.toString() + 'px', color: label.color, lineHeight: '"unset"', - overflow: 'visible' + overflow: 'visible', + opacity: 1 } const title = label.showQuota ? { - style: { - ...style, - fontWeight: 'blod' - }, + style, formatter: () => { return valueFormatter(chart.data.series[0].data[0], label.quotaLabelFormatter) }