From c7ff3b73e5a42e6adc923c72b118b3134daf58ed Mon Sep 17 00:00:00 2001
From: zhangxiao <898441624@qq.com>
Date: 星期四, 29 八月 2024 09:34:46 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/web/flow_web

---
 src/views/authority/resource/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/authority/resource/index.vue b/src/views/authority/resource/index.vue
index cd23097..7c94293 100644
--- a/src/views/authority/resource/index.vue
+++ b/src/views/authority/resource/index.vue
@@ -6,12 +6,13 @@
         <a-card
           :title="$t('menu.resource.title')"
           :bordered="false"
-          style=" 'width': '100%';   height: calc(100vh - 250px); 'overflow-y': 'auto' "
+          style=" 'width': '100%';   height: calc(100vh - 250px); overflow-y:auto "
         >
           <a-tree
             class="tree-demo"
             draggable
             blockNode
+            :default-expand-all=true
             :data="treeData"
             :show-line="showLine"
             :fieldNames="{

--
Gitblit v1.8.0