From e500f3ad66d88053118d76f4c838f6f176736615 Mon Sep 17 00:00:00 2001
From: “dzb” <2632970487@qq.com>
Date: 星期三, 19 十月 2022 17:10:16 +0800
Subject: [PATCH] 封装table组件,封装上传组件,修改消息发布,修改bug

---
 src/views/systemSetting/baseSetting/user/components/main/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/systemSetting/baseSetting/user/components/main/index.vue b/src/views/systemSetting/baseSetting/user/components/main/index.vue
index 0b3024f..803720a 100644
--- a/src/views/systemSetting/baseSetting/user/components/main/index.vue
+++ b/src/views/systemSetting/baseSetting/user/components/main/index.vue
@@ -8,7 +8,7 @@
                 @selection-change="tableChange">
                 <el-table-column type="selection" min-width="5">
                 </el-table-column>
-                <el-table-column label="鐢ㄦ埛ID" min-width="4">
+                <el-table-column label="鐢ㄦ埛ID" min-width="6">
                     <template slot-scope="scope">{{ scope.row.id }}</template>
                 </el-table-column>
                 <el-table-column prop="nickName" label="鐢ㄦ埛鍚嶇О" min-width="10">
@@ -39,7 +39,7 @@
                         </el-switch>
                     </template>
                 </el-table-column>
-                <el-table-column prop="operation" label="鎿嶄綔" min-width="22">
+                <el-table-column prop="operation" label="鎿嶄綔" min-width="20">
                     <template slot-scope="scope">
                         <div class="operation">
                             <span @click="handleChangeRole(scope.row,'role')">淇敼瑙掕壊</span>
@@ -464,9 +464,9 @@
         font-size: 10px;
         .operation {
             display: flex;
-
+            font-size: 10px;
             .line {
-                padding: 0 5px;
+                padding: 0 1px;
             }
 
             span:hover {

--
Gitblit v1.8.0