From 6f547d926fff4ac05785444317026758a5ef21e0 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期六, 25 二月 2023 17:29:12 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.20.39:8989/r/LFWEB_NEW

---
 src/views/AuthorizationManagement/roleResAuthorization.vue |   19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/src/views/AuthorizationManagement/roleResAuthorization.vue b/src/views/AuthorizationManagement/roleResAuthorization.vue
index 99adf19..1a39627 100644
--- a/src/views/AuthorizationManagement/roleResAuthorization.vue
+++ b/src/views/AuthorizationManagement/roleResAuthorization.vue
@@ -40,7 +40,7 @@
           style="width: 100%"
           @row-click="singleElection"
           highlight-current-row
-           height="calc(100% - 124px)"
+           height="calc(100% - 50px)"
         >
           <el-table-column
             align="center"
@@ -66,7 +66,7 @@
           </el-table-column>
         </el-table>
         <div
-          style="text-align: center; margin-top: 20px"
+          style="text-align: center; margin-top: 10px"
           class="pagination_box"
         >
           <el-pagination
@@ -125,9 +125,9 @@
 
         <el-table
           :data="usertableData"
-  
+
           style="width: 100%"
-           height="calc(100% - 124px)"
+           height="calc(100% - 50px)"
           @selection-change="handleSelectionChange"
         >
           <el-table-column
@@ -152,7 +152,7 @@
         </el-table>
 
         <div
-          style="margin-top: 20px; text-align: center"
+          style="margin-top: 10px; text-align: center"
           class="pagination_box"
         >
           <el-pagination
@@ -682,9 +682,10 @@
 <style lang="less" scoped>
 //@import url(); 寮曞叆鍏叡css绫�
 .menuSettings_box {
-  height: 98%;
+  height: 100%;
+  //height: 98%;
   width: 98%;
-  padding: 1%;
+  padding:0 1%;
 
   .menuSettings_tree {
     width: 100%;
@@ -695,7 +696,7 @@
       padding: 10px;
       width: 31%;
       height: 94%;
-   
+
       border-radius: 5px;
     }
     .divider {
@@ -710,6 +711,6 @@
 .el-table /deep/ th,
 .el-table /deep/ tr {
   background-color: transparent !important;
-} 
+}
 
 </style>

--
Gitblit v1.9.3