From 24375903adedf7316cee633575c1dc410f58da79 Mon Sep 17 00:00:00 2001
From: zhangxiao <898441624@qq.com>
Date: 星期四, 12 九月 2024 16:48:05 +0800
Subject: [PATCH] 更改资源配置中数据位置异常问题

---
 src/views/authority/role/index.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/views/authority/role/index.vue b/src/views/authority/role/index.vue
index 76db54f..d96e13b 100644
--- a/src/views/authority/role/index.vue
+++ b/src/views/authority/role/index.vue
@@ -952,6 +952,7 @@
   ) => {
     size.value = val as SizeProps;
   };
+
 </script>
 
 <style scoped lang="less">
@@ -1037,5 +1038,8 @@
   .arco-tree-node-is-leaf {
     display: inline-flex;
   }
+  div[data-level="1"] {
+    width: 100%;
+  }
 }
 </style>
\ No newline at end of file

--
Gitblit v1.8.0