This commit is contained in:
2024-06-27 06:14:59 +00:00
parent ae92d3f88a
commit a5cf8aa7a2

View File

@@ -154,9 +154,7 @@ function goHome() {
<n-space align="center"> <n-space align="center">
<n-flex align="center" class="title" @click="goHome"> <n-flex align="center" class="title" @click="goHome">
<Icon icon="streamline-emojis:dog" :width="30" :height="30"></Icon> <Icon icon="streamline-emojis:dog" :width="30" :height="30"></Icon>
<div> <div v-if="isDesktop">{{ configStore.config?.website_name }}</div>
{{ configStore.config?.website_name }}
</div>
</n-flex> </n-flex>
<n-menu <n-menu
v-if="isDesktop" v-if="isDesktop"
@@ -167,14 +165,7 @@ function goHome() {
</n-space> </n-space>
<n-space align="center"> <n-space align="center">
<n-dropdown v-if="isMobile" :options="menus" size="large"> <n-dropdown v-if="isMobile" :options="menus" size="large">
<n-button> <n-button>菜单</n-button>
<Icon
icon="streamline-emojis:clipboard"
:height="24"
:width="24"
></Icon>
<span style="padding-left: 8px">菜单</span>
</n-button>
</n-dropdown> </n-dropdown>
<n-button <n-button
v-if=" v-if="