Skip to content

Commit

Permalink
feature:组合式菜单结构
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelmaxQm committed Jun 17, 2024
1 parent 4bb603f commit df9ca8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/view/layout/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/>
<gva-header />
<div class="flex flex-row w-full gva-container pt-16">
<gva-aside v-if="config.side_mode === 'normal' || (device === 'mobile' && config.side_mode == 'head' ) || (device === 'mobile' && config.side_mode == 'combinationMode' )" />
<gva-aside v-if="config.side_mode === 'normal' || (device === 'mobile' && config.side_mode == 'head' ) || (device === 'mobile' && config.side_mode == 'combination' )" />
<gva-aside v-if="config.side_mode === 'combination' && device !== 'mobile'" mode="normal"/>
<div class="flex-1 p-2 w-0 h-full">
<gva-tabs v-if="config.showTabs" />
Expand Down

0 comments on commit df9ca8b

Please sign in to comment.