布局设置点击扩大范围

master
RuoYi 5 years ago
parent 8132ae0913
commit 992a63482c
  1. 4
      ruoyi-ui/src/layout/components/Navbar.vue

@ -33,8 +33,8 @@
<router-link to="/user/profile">
<el-dropdown-item>个人中心</el-dropdown-item>
</router-link>
<el-dropdown-item>
<span @click="setting = true">布局设置</span>
<el-dropdown-item @click.native="setting = true">
<span>布局设置</span>
</el-dropdown-item>
<el-dropdown-item divided @click.native="logout">
<span>退出登录</span>

Loading…
Cancel
Save