From 4e7753c3080a94ec6ca2935646ef4deca035f770 Mon Sep 17 00:00:00 2001 From: wisonic-s Date: Wed, 5 Jun 2024 20:17:26 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=9B=BE=E8=A1=A8):=20=E5=9B=BE?= =?UTF-8?q?=E8=A1=A8=E8=AF=A6=E7=BB=86=E4=BF=A1=E6=81=AF=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E5=85=B3=E9=97=AD=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/visualization/UserViewEnlarge.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/core-frontend/src/components/visualization/UserViewEnlarge.vue b/core/core-frontend/src/components/visualization/UserViewEnlarge.vue index 4aee8547d6..35797c6ce6 100644 --- a/core/core-frontend/src/components/visualization/UserViewEnlarge.vue +++ b/core/core-frontend/src/components/visualization/UserViewEnlarge.vue @@ -116,6 +116,9 @@ const DETAIL_TABLE_ATTR: DeepPartial = { tableItemBgColor: '#FFFFFF', tableFontColor: '#7C7E81', enableTableCrossBG: false + }, + tooltip: { + show: false } } }