From 462782f4b2ce653e84260ca586a58c8627c4ac9c Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期五, 18 十一月 2022 13:55:22 +0800 Subject: [PATCH] 1 --- src/views/AuthorizationManagement/menuRoleAuthorization.vue | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/views/AuthorizationManagement/menuRoleAuthorization.vue b/src/views/AuthorizationManagement/menuRoleAuthorization.vue index 36f9d76..663a27a 100644 --- a/src/views/AuthorizationManagement/menuRoleAuthorization.vue +++ b/src/views/AuthorizationManagement/menuRoleAuthorization.vue @@ -13,7 +13,7 @@ <el-tree :data="depList" :props="defaultProps" - :show-checkbox="true" + :show-checkbox="false" :check-on-click-node="true" :check-strictly="true" node-key="id" @@ -72,7 +72,7 @@ <el-table :data="tableData" style="width: 100%" - height="80%" + height="84%" @selection-change="handleSelectionChange" > <el-table-column type="selection" width="55"> </el-table-column> @@ -80,6 +80,7 @@ align="center" type="index" :label="$t('dataManage.styleObj.index')" + width="55" /> <el-table-column prop="authName" @@ -189,9 +190,11 @@ <el-button @click="dialogTableVisible = false">{{ $t('dataManage.dictionaryManageObj.cancel') }}</el-button> - <el-button type="primary" @click="addConfirm">{{ - $t('dataManage.dictionaryManageObj.confirm') - }}</el-button> + <el-button + style="background: #409eff; border: 1px solid #409eff; color: white" + @click="addConfirm" + >{{ $t('dataManage.dictionaryManageObj.confirm') }}</el-button + > </div> </el-dialog> </div> @@ -588,6 +591,9 @@ background-color: #216fe6; } } + .divider { + margin-top: 8px; + } } </style> <style> -- Gitblit v1.9.3