chore: 🔨 移除固定头部的设置

This commit is contained in:
ray
2024-12-26 14:22:55 +08:00
parent cc88e50cbe
commit 8c7bf5cce1
7 changed files with 6 additions and 24 deletions

View File

@@ -18,11 +18,6 @@
<el-switch v-model="settingsStore.tagsView" />
</div>
<div class="py-1 flex-x-between">
<span class="text-xs">{{ $t("settings.fixedHeader") }}</span>
<el-switch v-model="settingsStore.fixedHeader" />
</div>
<div class="py-1 flex-x-between">
<span class="text-xs">{{ $t("settings.sidebarLogo") }}</span>
<el-switch v-model="settingsStore.sidebarLogo" />