feat(UI): 优化应用加载体验和界面样式

改进应用网格布局的边距设置
在App.vue中改为非阻塞方式加载数据
为侧边栏添加内边距
在HomeView中优化图片加载状态显示和条件渲染
This commit is contained in:
2026-03-29 14:07:54 +08:00
parent 3f9447d2cc
commit d144d0d398
4 changed files with 48 additions and 14 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
<StoreModeSwitcher />
<div class="flex-1 space-y-2 overflow-y-auto scrollbar-muted pr-2">
<div class="flex-1 space-y-2 overflow-y-auto scrollbar-muted px-2 py-1">
<button
type="button"
class="flex w-full items-center gap-3 rounded-2xl border border-transparent px-4 py-3 text-left text-sm font-medium text-slate-600 transition hover:border-brand/30 hover:bg-brand/5 hover:text-brand focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-brand/40 dark:text-slate-300 dark:hover:bg-slate-800"