From 4b2284f17dcdf85bf6a851be4826affe8d6ac1d0 Mon Sep 17 00:00:00 2001
From: TreeWish <1131093754@qq.com>
Date: 星期四, 02 三月 2023 17:49:38 +0800
Subject: [PATCH] Merge branch 'master' of http://103.85.165.99:8989/r/LFWEB_NEW

---
 src/views/AuthorizationManagement/userRoleAuthorization.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/AuthorizationManagement/userRoleAuthorization.vue b/src/views/AuthorizationManagement/userRoleAuthorization.vue
index f714432..cf6b70c 100644
--- a/src/views/AuthorizationManagement/userRoleAuthorization.vue
+++ b/src/views/AuthorizationManagement/userRoleAuthorization.vue
@@ -52,6 +52,7 @@
       <el-table
         :data="tableData"
         style="width: 100%"
+        border
         @row-click="singleElection"
         height="calc(100% - 80px)"
       >
@@ -136,6 +137,7 @@
       <el-table
         :data="usertableData"
         style="width: 100%"
+        border
          height="calc(100% - 80px)"
         @selection-change="handleSelectionChange"
       >

--
Gitblit v1.9.3