From 6337ca65e4490c2cadeab1913469a91a409fb815 Mon Sep 17 00:00:00 2001 From: dengbf Date: Wed, 13 Dec 2023 12:04:08 +0800 Subject: [PATCH] =?UTF-8?q?-=20[=E4=BF=AE=E5=A4=8D]=20tree=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E7=BB=84=E4=BB=B6=EF=BC=8C=E9=80=89=E4=B8=AD=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E5=AE=8C=E6=95=B4=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/resources/plugins/TsForm/TsFormTree.vue | 25 ++++++++++++++------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/src/resources/plugins/TsForm/TsFormTree.vue b/src/resources/plugins/TsForm/TsFormTree.vue index 47538066a..fe3b7ad2b 100755 --- a/src/resources/plugins/TsForm/TsFormTree.vue +++ b/src/resources/plugins/TsForm/TsFormTree.vue @@ -78,12 +78,23 @@ class="ivu-input search-input" @input="filterNode($event)" /> - {{ searchKeyWord }} + @@ -689,8 +700,6 @@ function setWidth($contain, $target, transfer) { text-align: left; .single-span { width: 100%; - display: inline-block; - vertical-align: top; } .search-input { height: 28px; -- Gitee