From 9b22abac433a10ec1e8b4b1d933d1df3b3b48822 Mon Sep 17 00:00:00 2001 From: Zhao Zhao Shen Date: Tue, 4 Mar 2025 23:55:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/layout/vueLayout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/layout/vueLayout.vue b/src/views/layout/vueLayout.vue index 5afbd1c..663e95a 100644 --- a/src/views/layout/vueLayout.vue +++ b/src/views/layout/vueLayout.vue @@ -241,7 +241,7 @@ ix-application { color: #fff !important; font-size: 1.2rem !important; /* 调大应用名称字体大小 */ - font-weight: normal !重要; + font-weight: normal !important; display: flex; align-items: center; }