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/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