From 61717eb3927a1b7390fdc0a08fc3a33a800046b0 Mon Sep 17 00:00:00 2001 From: dataeaseShu <106045316+dataeaseShu@users.noreply.github.com> Date: Fri, 14 Oct 2022 11:04:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Excel=20=E6=95=B0=E6=8D=AE=E9=9B=86?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E9=A1=B5=E9=9D=A2=20#3318=20=20API=20?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=BA=90=E7=BC=96=E8=BE=91=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=20#3351?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/dataset/add/AddExcel.vue | 13 +++++++++---- .../src/views/system/datasource/DsConfiguration.vue | 6 +++++- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/frontend/src/views/dataset/add/AddExcel.vue b/frontend/src/views/dataset/add/AddExcel.vue index b5ed0fe666..3ca0f03226 100644 --- a/frontend/src/views/dataset/add/AddExcel.vue +++ b/frontend/src/views/dataset/add/AddExcel.vue @@ -73,7 +73,7 @@ :title="data.excelLable" class="custom-tree-node" > - {{ data.excelLable }} + {{ data.excelLable }} {{ api.method }} - {{ api.url }} + {{ api.url }} @@ -1544,6 +1544,10 @@ export default { } :nth-child(2) { margin-left: 84px; + max-width: 415px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } } .req-title {