From 567b3bd36cab961a05ce7013f3963c7b2541a3b5 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 28 Aug 2024 11:57:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E5=AD=97=E4=BD=93=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/layout/components/AiTips.vue | 4 ++-- core/core-frontend/src/layout/components/Copilot.vue | 4 ++-- core/core-frontend/src/views/login/index.vue | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/core-frontend/src/layout/components/AiTips.vue b/core/core-frontend/src/layout/components/AiTips.vue index e7288e295e..156b272eb2 100644 --- a/core/core-frontend/src/layout/components/AiTips.vue +++ b/core/core-frontend/src/layout/components/AiTips.vue @@ -53,13 +53,13 @@ onMounted(() => { .ai-popper-tips-content { color: rgba(255, 255, 255, 1); .title { - font-family: PingFang SC; + font-family: var(--de-custom_font, 'PingFang'); font-size: 20px; font-weight: 500; line-height: 28px; } .content { - font-family: PingFang SC; + font-family: var(--de-custom_font, 'PingFang'); font-size: 14px; font-weight: 500; line-height: 22px; diff --git a/core/core-frontend/src/layout/components/Copilot.vue b/core/core-frontend/src/layout/components/Copilot.vue index 6070bf79c9..34afd50341 100644 --- a/core/core-frontend/src/layout/components/Copilot.vue +++ b/core/core-frontend/src/layout/components/Copilot.vue @@ -54,13 +54,13 @@ onMounted(() => { .copilot-popper-tips-content { color: rgba(255, 255, 255, 1); .title { - font-family: PingFang SC; + font-family: var(--de-custom_font, 'PingFang'); font-size: 20px; font-weight: 500; line-height: 28px; } .content { - font-family: PingFang SC; + font-family: var(--de-custom_font, 'PingFang'); font-size: 14px; font-weight: 500; line-height: 22px; diff --git a/core/core-frontend/src/views/login/index.vue b/core/core-frontend/src/views/login/index.vue index 055df46775..bf1eace67c 100644 --- a/core/core-frontend/src/views/login/index.vue +++ b/core/core-frontend/src/views/login/index.vue @@ -502,7 +502,7 @@ onMounted(async () => { .login-form-title { margin-top: 20px; color: #1f2329; - font-family: PingFang SC; + font-family: var(--de-custom_font, 'PingFang'); font-size: 20px; font-weight: 500; line-height: 28px;