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