From c8b191a9d2ebc646367b0663d39286513b7cfef5 Mon Sep 17 00:00:00 2001 From: lzh Date: Sun, 1 Mar 2026 16:29:37 +0800 Subject: [PATCH] =?UTF-8?q?fix(ops):=20=E7=A7=BB=E9=99=A4=E9=A5=BC?= =?UTF-8?q?=E5=9B=BE=20hover=20=E6=97=B6=E7=9A=84=20emphasis=20label=20?= =?UTF-8?q?=E6=A8=AA=E7=BA=BF=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 保留 tooltip 悬浮卡片,仅去掉 hover 饼块时弹出的文字标签。 Co-Authored-By: Claude Opus 4.6 --- .../views/ops/cleaning/work-order/dashboard/index.vue | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/apps/web-antd/src/views/ops/cleaning/work-order/dashboard/index.vue b/apps/web-antd/src/views/ops/cleaning/work-order/dashboard/index.vue index 216d0cc80..8ec28ccc3 100644 --- a/apps/web-antd/src/views/ops/cleaning/work-order/dashboard/index.vue +++ b/apps/web-antd/src/views/ops/cleaning/work-order/dashboard/index.vue @@ -459,14 +459,7 @@ function getStatusDistributionChartOptions(): ECOption { emphasis: { scale: true, scaleSize: 8, - label: { - show: true, - fontSize: 14, - fontWeight: '600', - color: '#262626', - formatter: '{b}\n{c}个', - lineHeight: 20, - }, + label: { show: false }, }, itemStyle: { borderColor: '#fff',