From 2eec1220ef071fc210ec867d3d62d7df2801cf23 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Thu, 26 Oct 2023 16:28:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=9B=E5=BB=BA=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=BA=90=EF=BC=8C=E5=A4=87=E6=B3=A8=E4=BF=A1=E6=81=AF=E5=BB=BA?= =?UTF-8?q?=E8=AE=AE=E4=BD=BF=E7=94=A8=E5=8D=95=E8=A1=8C=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/visualized/data/datasource/BaseInfoItem.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-frontend/src/views/visualized/data/datasource/BaseInfoItem.vue b/core/core-frontend/src/views/visualized/data/datasource/BaseInfoItem.vue index bf03ff7179..0198601dd4 100644 --- a/core/core-frontend/src/views/visualized/data/datasource/BaseInfoItem.vue +++ b/core/core-frontend/src/views/visualized/data/datasource/BaseInfoItem.vue @@ -29,6 +29,7 @@ defineProps({ .value { margin-top: 4px; color: #1f2329; + white-space: pre-wrap; } }