布局设置点击扩大范围

This commit is contained in:
RuoYi 2020-04-01 11:35:58 +08:00
parent 8132ae0913
commit 992a63482c
1 changed files with 2 additions and 2 deletions

View File

@ -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>