feat: 统一卡片最大宽度

This commit is contained in:
digua
2026-04-10 23:43:59 +08:00
committed by digua
parent dd7f6df230
commit 8b35b3f774
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -259,7 +259,7 @@ watch(
</script>
<template>
<div class="main-content space-y-6 p-6">
<div class="main-content mx-auto max-w-[920px] space-y-6 p-6">
<!-- 加载状态 -->
<div v-if="isLoading" class="flex h-64 items-center justify-center">
<UIcon name="i-heroicons-arrow-path" class="h-8 w-8 animate-spin text-gray-400" />