Skip to content

Commit

Permalink
优化菜单
Browse files Browse the repository at this point in the history
  • Loading branch information
jianyun8023 committed Aug 4, 2024
1 parent 2b3b4ad commit 2f3ac8c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/calibre-pages/src/components/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
<span>Setting</span>
</el-menu-item>
</el-menu>
<el-menu class="hidden-md-and-up" default-active="1" @select="handleSelect" :router="true" mode="horizontal" >
<el-menu class="hidden-md-and-up" style="width: 100%;" default-active="1" @select="handleSelect" :router="true" mode="horizontal" >
<el-menu-item index="/">
<el-icon><House /></el-icon>
<span>Home</span>
<!-- <span>Home</span>-->
</el-menu-item>
<el-menu-item index="/books">
<el-icon><Files /></el-icon>
<span>Books</span>
<!-- <span>Books</span>-->
</el-menu-item>
<el-menu-item index="/search">
<el-icon><Search /></el-icon>
<span>Search</span>
<!-- <span>Search</span>-->
</el-menu-item>
<el-menu-item index="/setting">
<el-icon><Setting /></el-icon>
<span>Setting</span>
<!-- <span>Setting</span>-->
</el-menu-item>
</el-menu>

Expand Down

0 comments on commit 2f3ac8c

Please sign in to comment.