From 21ddc9ec1b1b76d2ce20e512328e65acaf1af2bf Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期一, 16 一月 2023 10:35:15 +0800
Subject: [PATCH] 廊坊代码更新

---
 src/views/AuthorizationManagement/menuRoleAuthorization.vue |   24 +++++++++++-------------
 1 files changed, 11 insertions(+), 13 deletions(-)

diff --git a/src/views/AuthorizationManagement/menuRoleAuthorization.vue b/src/views/AuthorizationManagement/menuRoleAuthorization.vue
index 5acb3c8..876c5b4 100644
--- a/src/views/AuthorizationManagement/menuRoleAuthorization.vue
+++ b/src/views/AuthorizationManagement/menuRoleAuthorization.vue
@@ -72,7 +72,7 @@
         <el-table
           :data="tableData"
           style="width: 100%"
-          height="84%"
+          height="77%"
           @selection-change="handleSelectionChange"
         >
           <el-table-column type="selection" width="55"> </el-table-column>
@@ -203,7 +203,7 @@
 <script>
 import MyBread from '../../components/MyBread.vue';
 import {
-  selectMenuRecursive,
+  selectMenuRecursives,
   select_menuAuth_ByPageAndCount,
   menuAuthDeletes,
   select_AuthMenu_ByPageAndCount,
@@ -268,7 +268,7 @@
     // 閮ㄩ棬璇锋眰
     async getMenuTree() {
       //鑾峰彇鐩綍鏍戞渶澶D锛屾柊寤鸿妭鐐逛娇鐢�
-      const data = await selectMenuRecursive({ name: menuStartName });
+      const data = await selectMenuRecursives({ name: menuStartName });
       if (data.code !== 200) {
         return this.$message.error('璇锋眰鍗曚綅鎶ラ敊');
       }
@@ -429,19 +429,17 @@
 <style lang="less" scoped>
 //@import url(); 寮曞叆鍏叡css绫�
 .menuSettings_box {
-  width: 97%;
-  height: 81%;
-
+  height: 98%;
+  width: 98%;
+  padding: 1%;
   position: absolute;
   .menuTreeBox {
     width: 100%;
     height: 91%;
-    position: relative;
-
     .left_tree {
       width: 30%;
-      height: 94%;
-      padding: 20px;
+      height: 92%;
+      padding: 10px;
       border: 1px solid rgb(202, 201, 204);
       border-radius: 5px;
       float: left;
@@ -465,9 +463,9 @@
       }
     }
     .right_menu {
-      width: 63%;
-      height: 94%;
-      padding: 20px;
+      width: 65%;
+      height: 92%;
+      padding: 10px;
       border: 1px solid rgb(202, 201, 204);
       border-radius: 5px;
       float: right;

--
Gitblit v1.9.3