mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-06-23 22:53:49 +08:00
feat(UI): 优化应用加载体验和界面样式
改进应用网格布局的边距设置 在App.vue中改为非阻塞方式加载数据 为侧边栏添加内边距 在HomeView中优化图片加载状态显示和条件渲染
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user