From 4413602e67341074a9e472c00aff11176ed0c9f4 Mon Sep 17 00:00:00 2001 From: wisonic Date: Mon, 4 Nov 2024 16:26:57 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E5=9B=BE=E8=A1=A8?= =?UTF-8?q?=E6=98=8E=E7=BB=86=E4=B8=8D=E5=90=88=E5=B9=B6=E5=8D=95=E5=85=83?= =?UTF-8?q?=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/visualization/UserViewEnlarge.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/components/visualization/UserViewEnlarge.vue b/core/core-frontend/src/components/visualization/UserViewEnlarge.vue index 510fe79183..e25f2884f0 100644 --- a/core/core-frontend/src/components/visualization/UserViewEnlarge.vue +++ b/core/core-frontend/src/components/visualization/UserViewEnlarge.vue @@ -183,7 +183,8 @@ const DETAIL_CHART_ATTR: DeepPartial = { tableCell: { tableItemBgColor: '#FFFFFF', tableFontColor: '#7C7E81', - enableTableCrossBG: false + enableTableCrossBG: false, + mergeCells: false }, tooltip: { show: false