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/roleMenuAuthorization.vue |   20 +++++++++++---------
 1 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/src/views/AuthorizationManagement/roleMenuAuthorization.vue b/src/views/AuthorizationManagement/roleMenuAuthorization.vue
index 7e2ba21..18fdfb4 100644
--- a/src/views/AuthorizationManagement/roleMenuAuthorization.vue
+++ b/src/views/AuthorizationManagement/roleMenuAuthorization.vue
@@ -12,13 +12,14 @@
           ref="form"
           :model="selFrom"
         >
-          <el-form-item label="鍗曚綅">
+          <el-form-item :label="$t('userManage.roleMenuAuth.name')">
             <el-select
             :popper-append-to-body="false"
               ref="multiSelect"
               style="width: 300px;"
               v-model="selFrom.name"
-              placeholder="璇烽�夋嫨鍗曚綅鍚嶇О..."
+            size="small"
+              :placeholder="$t('userManage.roleMenuAuth.nameHolder')"
               @change="chooseCustom('multiSelect')"
             >
               <el-option
@@ -148,9 +149,8 @@
         <el-divider class="divider" />
         <el-table
           :data="menuTableData"
-        
           style="width: 100%"
-          height="calc(100% - 124px)"
+          height="calc(100% - 85px)"
           @selection-change="handleSelectionChange"
         >
           <el-table-column
@@ -170,7 +170,7 @@
         </el-table>
 
         <div
-          style="margin-top: 20px; text-align: center"
+          style="margin-top: 10px; text-align: center"
           class="pagination_box"
         >
           <el-pagination
@@ -547,9 +547,10 @@
 <style lang="less" scoped>
 //@import url(); 寮曞叆鍏叡css绫�
 .menuSettings_box {
-  height: 98%;
+  //height: 98%;
+  height: 100%;
   width: 98%;
-  padding: 1%;
+  padding: 0 0.5%;
 
   .menuSettings_tree {
     display: flex;
@@ -559,7 +560,8 @@
     .content_box {
       padding: 10px;
       width: 30%;
-      height: 94%;
+      height: calc(100% - 20px);
+      //height: 94%;
       overflow-y: auto;
       overflow-x: hidden;
       border-radius: 5px;
@@ -577,6 +579,6 @@
 .el-table /deep/ th,
 .el-table /deep/ tr {
   background-color: transparent !important;
-} 
+}
 </style>
 

--
Gitblit v1.9.3