From 070dd3ec9ad599e9c668351ce3d0bd78b54f9745 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期四, 12 三月 2026 15:10:33 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/user/user.html |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/views/user/user.html b/src/main/webapp/views/user/user.html
index 39d872b..3017a7f 100644
--- a/src/main/webapp/views/user/user.html
+++ b/src/main/webapp/views/user/user.html
@@ -115,6 +115,16 @@
             line-height: 34px;
         }
 
+        .search-form .el-button {
+            display: inline-flex;
+            align-items: center;
+            justify-content: center;
+        }
+
+        .search-form .el-button [class^="el-icon"] {
+            line-height: 1;
+        }
+
         .table-wrap {
             padding: 12px 18px 16px;
         }
@@ -285,15 +295,13 @@
                             </el-tag>
                         </template>
                     </el-table-column>
-                    <el-table-column label="鐘舵��" width="130" align="center">
+                    <el-table-column label="鐘舵��" width="88" align="center">
                         <template slot-scope="scope">
                             <div class="status-switch">
                                 <el-switch
                                     v-model="scope.row.status"
                                     :active-value="1"
                                     :inactive-value="0"
-                                    active-text="姝e父"
-                                    inactive-text="绂佺敤"
                                     @change="toggleStatus(scope.row)">
                                 </el-switch>
                             </div>

--
Gitblit v1.9.1