From 55133d49dcf80184538b2139398cba635bcf91b7 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Fri, 14 Jun 2024 16:26:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=95=B0=E6=8D=AE=E6=BA=90):=20API?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=BA=90=E8=A1=A8=E5=8D=95=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E8=BF=87=E9=95=BF=E5=88=9B=E5=BB=BA=E6=88=90=E5=8A=9F=E5=90=8E?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E6=A0=B7=E5=BC=8F=E8=B6=85=E5=87=BA=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/visualized/data/datasource/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/visualized/data/datasource/index.vue b/core/core-frontend/src/views/visualized/data/datasource/index.vue index 9ae8a67083..57eec51078 100644 --- a/core/core-frontend/src/views/visualized/data/datasource/index.vue +++ b/core/core-frontend/src/views/visualized/data/datasource/index.vue @@ -1273,7 +1273,9 @@ const getMenuList = (val: boolean) => {
- {{ api.name }} + + {{ api.name }} + {{ t('datasource.invalid') }} @@ -1693,6 +1695,7 @@ const getMenuList = (val: boolean) => { font-weight: 500; margin-right: 8px; max-width: 80%; + display: inline-flex; } .req-title, .req-value {