feat: 图片广场优化

This commit is contained in:
Gsh
2026-01-03 20:53:17 +08:00
parent 6cc14c1e32
commit f164b7dccc
11 changed files with 563 additions and 218 deletions

View File

@@ -116,7 +116,7 @@ window.addEventListener('resize', checkIsMobile);
<div v-if="isMobile" class="content-header">
<div class="mobile-toggle" @click="isCollapsed = false">
<el-icon><Expand /></el-icon>
<span>菜单</span>
<span>控制台</span>
</div>
</div>
<router-view v-slot="{ Component }">