From 25efdb398e6ce4186f78cfde27041c95bb5825fa Mon Sep 17 00:00:00 2001 From: BTMuli Date: Mon, 3 Apr 2023 12:14:49 +0800 Subject: [PATCH] =?UTF-8?q?fix(style):=20=E4=BC=98=E5=8C=96=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/t-loading.vue | 8 +++++++- src/components/t-pool.vue | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/components/t-loading.vue b/src/components/t-loading.vue index 5c9a3c73..c140599f 100644 --- a/src/components/t-loading.vue +++ b/src/components/t-loading.vue @@ -60,15 +60,21 @@ const props = defineProps({ flex-direction: column; justify-content: center; align-items: center; - font-family: Genshin, serif; } .loading-title { font-size: 2rem; + font-family: Genshin, serif; font-weight: 600; color: #f4d8a8; } +.loading-subtitle { + font-size: 1rem; + font-family: Genshin-Light, serif; + color: #f4d8a8; +} + .loading-img { width: 256px; height: 256px; diff --git a/src/components/t-pool.vue b/src/components/t-pool.vue index 4544a3d6..6c3cf2c1 100644 --- a/src/components/t-pool.vue +++ b/src/components/t-pool.vue @@ -160,7 +160,7 @@ async function toPost(pool: GachaCard) { } .pool-cover img { - width: 100%; + max-width: 100%; transition: all 0.5s; border-radius: 10px; }