From 9660afd3e2ed1b9bd87c9316f8b24c63ad4c9a4e Mon Sep 17 00:00:00 2001
From: 584911253@qq.com <584911253@qq.com>
Date: 星期六, 25 二月 2023 17:28:22 +0800
Subject: [PATCH] 运维管理样式修改

---
 src/views/AuthorizationManagement/menuRoleAuthorization.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/views/AuthorizationManagement/menuRoleAuthorization.vue b/src/views/AuthorizationManagement/menuRoleAuthorization.vue
index c99cc57..ca5c2b9 100644
--- a/src/views/AuthorizationManagement/menuRoleAuthorization.vue
+++ b/src/views/AuthorizationManagement/menuRoleAuthorization.vue
@@ -35,7 +35,7 @@
       </div>
     </div>
     <!-- <div class="menuRoleAuthorization_resize" title="鏀剁缉渚ц竟鏍�">鈰�</div> -->
-  
+
       <!-- <div class="left_tree subpage_Div">
         <el-tree
           :data="depList"
@@ -97,7 +97,7 @@
         <el-table
           :data="tableData"
           style="width: 100%"
-          height="calc(100% - 124px)"
+          height="calc(100% - 80px)"
           @selection-change="handleSelectionChange"
         >
           <el-table-column type="selection" width="55"> </el-table-column>
@@ -114,7 +114,7 @@
           </el-table-column>
         </el-table>
 
-        <div class="pagination_box">
+        <div class="pagination_box" style="margin-top: 10px">
           <el-pagination
             @size-change="userhandleSizeChange"
             @current-change="userhandleCurrentChange"
@@ -523,9 +523,10 @@
 <style lang="less" scoped>
 //@import url(); 寮曞叆鍏叡css绫�
 .menuSettings_box {
-  height: 96%;
+  //height: 96%;
+  height: 100%;
   width: 98%;
-  padding: 1%;
+  padding:0 1%;
   border-radius: 10px;
   position: relative;
   display: flex;
@@ -551,7 +552,7 @@
       border-radius: 10px;
       float: right;
     }
-  
+
 
   .divider {
     margin-top: 8px;
@@ -569,4 +570,3 @@
   background-color: transparent !important;
 }
 </style>
- 
\ No newline at end of file

--
Gitblit v1.9.3