fix:修改侧边栏样式
This commit is contained in:
@@ -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>
|
||||
<!-- 第二行:操作栏 -->
|
||||
|
||||
Reference in New Issue
Block a user