forked from Leaf/amber-ui
改进 移动端显示
This commit is contained in:
parent
3482914514
commit
288879c740
@ -40,7 +40,11 @@
|
|||||||
<n-icon size="24">
|
<n-icon size="24">
|
||||||
<menu-outline />
|
<menu-outline />
|
||||||
</n-icon>
|
</n-icon>
|
||||||
<span class="ml-1.5"> Leaflow 利飞 </span>
|
<span class="ml-1.5">
|
||||||
|
<span v-if="!isMobile"> Leaflow </span>
|
||||||
|
|
||||||
|
<span> 利飞 </span>
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 更新状态 -->
|
<!-- 更新状态 -->
|
||||||
@ -115,9 +119,8 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import UserMenu from "../components/UserMenu.vue";
|
import UserMenu from "../components/UserMenu.vue";
|
||||||
import AssistantMenu from "../components/AssistantMenu.vue";
|
import AssistantMenu from "../components/AssistantMenu.vue";
|
||||||
import { useAppStore } from "../stores/app";
|
|
||||||
import { useUserStore } from "../stores/user";
|
import { useUserStore } from "../stores/user";
|
||||||
import { useIsMobile, useIsTablet } from "../utils/composables";
|
import { useIsMobile } from "../utils/composables";
|
||||||
import {
|
import {
|
||||||
MenuOutline,
|
MenuOutline,
|
||||||
PersonOutline,
|
PersonOutline,
|
||||||
|
Loading…
Reference in New Issue
Block a user