fix:修改侧边栏样式
Build and Deploy Vue3 / build (push) Successful in 9m50s
Build and Deploy Vue3 / deploy (push) Successful in 1m31s

This commit is contained in:
2026-01-20 18:25:38 +08:00
parent a6d4d70221
commit 1e79005440
4 changed files with 223 additions and 94 deletions
+4 -3
View File
@@ -26,6 +26,9 @@
/>
</div>
<div class="search-buttons">
<el-button type="warning" @click="handleJumpToUser">
<el-icon><Position /></el-icon><span class="btn-text">跳转</span>
</el-button>
<el-button type="primary" @click="handleQuery">
<el-icon><Search /></el-icon><span class="btn-text">查询</span>
</el-button>
@@ -35,9 +38,7 @@
<el-button type="success" @click="fetchUserList">
<el-icon><Refresh /></el-icon><span class="btn-text">刷新</span>
</el-button>
<el-button type="warning" @click="handleJumpToUser">
<el-icon><Position /></el-icon><span class="btn-text">跳转</span>
</el-button>
</div>
</div>
<!-- 第二行操作栏 -->