Skip to content

Commit

Permalink
解决前端页面改变浏览器窗口大小后,菜单展开按钮失效,无法展开菜单,无法操作 jeecgboot#1913
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdaiscott committed Oct 30, 2020
1 parent e8a18fc commit 88eb98c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ant-design-vue-jeecg/src/components/page/GlobalLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
>
<side-menu
mode="inline"
v-if="device === 'mobile'"
:menus="menus"
@menuSelect="menuSelect"
:theme="navTheme"
Expand All @@ -21,7 +22,7 @@
</a-drawer>
<side-menu
v-else
v-show="device === 'desktop'"
mode="inline"
:menus="menus"
@menuSelect="myMenuSelect"
Expand Down Expand Up @@ -679,4 +680,4 @@
}
}
}
</style>
</style>

0 comments on commit 88eb98c

Please sign in to comment.