Skip to content

Commit

Permalink
下拉框退出登陆热区范围加大
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshantao authored Dec 31, 2019
1 parent 262c0ba commit f294baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layout/components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<a target="_blank" href="https://panjiachen.github.io/vue-element-admin-site/#/">
<el-dropdown-item>Docs</el-dropdown-item>
</a>
<el-dropdown-item divided>
<span style="display:block;" @click="logout">Log Out</span>
<el-dropdown-item divided @click.native="logout">
<span style="display:block;">Log Out</span>
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
Expand Down

0 comments on commit f294baa

Please sign in to comment.