From 5d2106137232b0559a14a28165094f0e1b28d14f Mon Sep 17 00:00:00 2001
From: TreeWish <1131093754@qq.com>
Date: 星期一, 20 二月 2023 18:11:14 +0800
Subject: [PATCH] Merge branch 'master' of http://103.85.165.99:8989/r/LFWEB_NEW

---
 src/views/AuthorizationManagement/roleResAuthorization.vue |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/src/views/AuthorizationManagement/roleResAuthorization.vue b/src/views/AuthorizationManagement/roleResAuthorization.vue
index 787ecae..6a75c3b 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="78%"
+           height="calc(100% - 124px)"
         >
           <el-table-column
             align="center"
@@ -127,7 +127,7 @@
           :data="usertableData"
           stripe
           style="width: 100%"
-          height="78%"
+           height="calc(100% - 124px)"
           @selection-change="handleSelectionChange"
         >
           <el-table-column
@@ -702,4 +702,12 @@
     }
   }
 }
+.el-table,
+.el-table /deep/ .el-table__expanded-cell {
+  background-color: transparent !important;
+}
+.el-table /deep/ th,
+.el-table /deep/ tr {
+  background-color: transparent !important;
+} 
 </style>

--
Gitblit v1.9.3