From 978052864bbb4baade0d257abd96bafa2081e27d Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Thu, 7 Aug 2025 14:42:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Basic/src/BasicTitle.vue | 4 ++-- src/layouts/default/header/index.vue | 7 ++++++- .../invoicing/ConfigMaterial/components/QianyiForm.vue | 10 +++++++--- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/src/components/Basic/src/BasicTitle.vue b/src/components/Basic/src/BasicTitle.vue index 7a796cb..b8c018f 100644 --- a/src/components/Basic/src/BasicTitle.vue +++ b/src/components/Basic/src/BasicTitle.vue @@ -47,9 +47,9 @@ display: flex; padding-left: 7px; font-size: 16px; - font-weight: 500; + font-weight: 600; line-height: 24px; - color: @text-color-base; + color: rgba(51, 51, 51, 0.88);; cursor: move; user-select: none; diff --git a/src/layouts/default/header/index.vue b/src/layouts/default/header/index.vue index 8cdb2fa..b980314 100644 --- a/src/layouts/default/header/index.vue +++ b/src/layouts/default/header/index.vue @@ -1,5 +1,5 @@