From 7dd9e459530decf8a4adbdc44ed6e73850120671 Mon Sep 17 00:00:00 2001 From: 王旭 <1377869194@qq.com> Date: 星期五, 17 二月 2023 15:27:39 +0800 Subject: [PATCH] 修改完成运维管理样式 --- src/views/AuthorizationManagement/roleMenuAuthorization.vue | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/src/views/AuthorizationManagement/roleMenuAuthorization.vue b/src/views/AuthorizationManagement/roleMenuAuthorization.vue index 70cb1bf..1221f5a 100644 --- a/src/views/AuthorizationManagement/roleMenuAuthorization.vue +++ b/src/views/AuthorizationManagement/roleMenuAuthorization.vue @@ -46,6 +46,7 @@ style="width: 100%" @row-click="singleElection" highlight-current-row + height="calc(100% - 135px)" > <el-table-column align="center" @@ -149,7 +150,7 @@ :data="menuTableData" stripe style="width: 100%" - height="78%" + height="calc(100% - 124px)" @selection-change="handleSelectionChange" > <el-table-column @@ -568,5 +569,13 @@ margin-top: 8px; } } +.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