From 502952c9a2ec0741626aef6f3b6ab74573f079f2 Mon Sep 17 00:00:00 2001 From: lxd <1004405501@qq.com> Date: Sat, 31 Aug 2024 05:09:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B6=85=E5=A3=B0=E6=A0=91?= =?UTF-8?q?=E5=BD=A2=E6=9C=BA=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ultrasoniccom/ultrasonicForm.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/ultrasoniccom/ultrasonicForm.vue b/src/views/ultrasoniccom/ultrasonicForm.vue index f1280f18..6a60c0c6 100644 --- a/src/views/ultrasoniccom/ultrasonicForm.vue +++ b/src/views/ultrasoniccom/ultrasonicForm.vue @@ -36,7 +36,7 @@ class="treeStyle" :check-on-click-node="true" :highlight-current="true" - :default-expand-all="true" + :default-expand-all="false" :data="treeData" :props="treeDefaultProps" node-key="id" @@ -55,7 +55,7 @@ class="treeStyle" :check-on-click-node="true" :highlight-current="true" - :default-expand-all="true" + :default-expand-all="false" :data="privateData" :props="treeDefaultProps" node-key="id" @@ -1027,6 +1027,7 @@ const chooseImage = (event, id: number) => { width: 20%; background: lightblue; height: 91.4vh; + overflow: auto; } .my-middle {