From 2b3f31c67a047bc8255280ea361295084858e1c8 Mon Sep 17 00:00:00 2001 From: JayChou Date: Thu, 8 May 2025 15:34:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=87=E9=A2=98=E6=96=87?= =?UTF-8?q?=E5=AD=97=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/knowledgePage.vue | 3 ++- src/layout/loginPage.vue | 3 ++- src/layout/spacePage.vue | 3 ++- src/layout/studyPage.vue | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/layout/knowledgePage.vue b/src/layout/knowledgePage.vue index 94c2340..fb88344 100644 --- a/src/layout/knowledgePage.vue +++ b/src/layout/knowledgePage.vue @@ -153,7 +153,8 @@ onMounted(() => { getKnowledge() }); width: 100%; height: 75px; text-align: center; - font-size: 42px; + font-size: 32px; + line-height: 75px; font-style: italic; background: url("@/assets/images/topbgc.png") no-repeat; diff --git a/src/layout/loginPage.vue b/src/layout/loginPage.vue index 9f8cef5..fca7e9f 100644 --- a/src/layout/loginPage.vue +++ b/src/layout/loginPage.vue @@ -637,7 +637,8 @@ onMounted(() => { width: 100%; // height: 75px; text-align: center; - font-size: 42px; + font-size: 32px; + line-height: 75px; font-style: italic; background: url("../assets/images/topbgc.png") no-repeat; diff --git a/src/layout/spacePage.vue b/src/layout/spacePage.vue index cad78f7..f2b9218 100644 --- a/src/layout/spacePage.vue +++ b/src/layout/spacePage.vue @@ -311,7 +311,8 @@ const logoutEvent = async () => { width: 100%; height: 75px; text-align: center; - font-size: 42px; + font-size: 32px; + line-height: 75px; font-style: italic; background: url("../assets/images/topbgc.png") no-repeat; diff --git a/src/layout/studyPage.vue b/src/layout/studyPage.vue index 8dfda6e..489c645 100644 --- a/src/layout/studyPage.vue +++ b/src/layout/studyPage.vue @@ -201,7 +201,8 @@ const saveScore = async () => { width: 100%; height: 75px; text-align: center; - font-size: 42px; + font-size: 32px; + line-height: 75px; font-style: italic; background: url("../assets/images/topbgc.png") no-repeat;