feat: user switch on mobile (#160)

This commit is contained in:
三咲智子 Kevin Deng 2022-11-27 19:16:27 +08:00 committed by GitHub
parent e380e7d52c
commit 424c7cd529
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 53 additions and 12 deletions

View file

@ -13,7 +13,7 @@
</slot>
</div>
</aside>
<NavBottom v-if="isSmallScreen" md:hidden />
<NavBottom v-if="isSmallScreen" />
<div class="w-full mb14 md:(w-2/4 mb0) min-h-screen" border="l r base">
<slot />
</div>