From 7497e166185e5c64a30c155f537afd28a3db311d Mon Sep 17 00:00:00 2001 From: wisonic Date: Wed, 4 Sep 2024 21:25:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20URL=20=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E7=B1=BB=E5=9E=8B=E5=BA=94=E8=AF=A5=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E5=AD=97=E7=AC=A6=E7=B1=BB=E5=9E=8B=E7=9A=84=E8=BF=87=E6=BB=A4?= =?UTF-8?q?=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chart/components/editor/filter/auth-tree/FilterFiled.vue | 2 +- .../chart/components/views/components/ChartComponentS2.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/editor/filter/auth-tree/FilterFiled.vue b/core/core-frontend/src/views/chart/components/editor/filter/auth-tree/FilterFiled.vue index d989212399..d740473a10 100644 --- a/core/core-frontend/src/views/chart/components/editor/filter/auth-tree/FilterFiled.vue +++ b/core/core-frontend/src/views/chart/components/editor/filter/auth-tree/FilterFiled.vue @@ -97,7 +97,7 @@ const operators = computed(() => { if (authTargetType.value === 'sysParams') { return textOptionsForSysParams } - if ([0, 5].includes(deType)) { + if ([0, 5, 7].includes(deType)) { return textOptions } else if (deType === 1) { return dateOptions diff --git a/core/core-frontend/src/views/chart/components/views/components/ChartComponentS2.vue b/core/core-frontend/src/views/chart/components/views/components/ChartComponentS2.vue index 56ee26e0ca..d7380d1ab8 100644 --- a/core/core-frontend/src/views/chart/components/views/components/ChartComponentS2.vue +++ b/core/core-frontend/src/views/chart/components/views/components/ChartComponentS2.vue @@ -740,7 +740,7 @@ const tablePageClass = computed(() => { justify-content: center; } .antv-s2-tooltip-container { - max-width: 80px; + max-width: 400px; min-width: 80px; }