From 84201c1e88b65f16b6da2c85ab8eee23f37a3da1 Mon Sep 17 00:00:00 2001
From: Gary Gu <garygu@Garydebijibendiannao.local>
Date: Mon, 30 Jun 2025 16:02:54 +0800
Subject: [PATCH] fix: 引入第三方字体

---
 src/views/Home.vue |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/views/Home.vue b/src/views/Home.vue
index 0c08726..57712c4 100644
--- a/src/views/Home.vue
+++ b/src/views/Home.vue
@@ -94,8 +94,13 @@
           backgroundRepeat: 'no-repeat',
           backgroundPosition: 'center center',
           backgroundSize: '100% 100%',
+          display: 'flex',
+          alignItems: 'center',
         }"
       >
+        <span style="font-family: PangMenZhengDaoBiaoTiTi !important; font-size: 24px; letter-spacing: 2px; white-space: nowrap; margin-left: 30px"
+          >施工进度</span
+        >
       </div>
       <div class="chart-container" :style="sectionStyle">
         <Gantt :selected-id="selectedId" />

--
Gitblit v1.9.3