From 2e72628ef1ecf881857ff06e63d9a1e53b152c27 Mon Sep 17 00:00:00 2001 From: cuixiaorui Date: Wed, 14 Aug 2024 14:19:43 +0800 Subject: [PATCH] refactor: use UContainer replace UCard --- apps/client/app.config.ts | 3 ++ apps/client/components/main/Summary.vue | 31 ++++++++++++-------- apps/client/components/rank/RankingBoard.vue | 10 +++---- 3 files changed, 25 insertions(+), 19 deletions(-) diff --git a/apps/client/app.config.ts b/apps/client/app.config.ts index 9beb5f56..47197107 100644 --- a/apps/client/app.config.ts +++ b/apps/client/app.config.ts @@ -21,6 +21,9 @@ export default defineAppConfig({ card: { background: "dark:bg-gray-800", }, + container: { + base: "py-5", + }, kbd: { default: { size: "md", diff --git a/apps/client/components/main/Summary.vue b/apps/client/components/main/Summary.vue index 93211c2f..af9c824d 100644 --- a/apps/client/components/main/Summary.vue +++ b/apps/client/components/main/Summary.vue @@ -3,7 +3,12 @@ v-model="showModal" prevent-close > - +

🎉 恭喜!

-
+ -
@@ -69,7 +67,7 @@ :isLoading="rankingStore.isLoading" :rankingSelf="rankingStore.rankingSelf" /> - +