From 34774f54ac14b64e9c816d9d5bb1da878b96fdef Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Fri, 28 Mar 2025 10:58:08 +0800
Subject: [PATCH] feat:文字居中

---
 src/views/Home/components/HomeLeft/OverviewNext.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/views/Home/components/HomeLeft/OverviewNext.vue b/src/views/Home/components/HomeLeft/OverviewNext.vue
index 87558d9..207713b 100644
--- a/src/views/Home/components/HomeLeft/OverviewNext.vue
+++ b/src/views/Home/components/HomeLeft/OverviewNext.vue
@@ -78,7 +78,9 @@
             font-weight: 500;
             font-size: 14px;
             color: #FFFFFF;
+            font-family: Source Han Sans CN, Source Han Sans CN;
             .value {
+                font-family: YouSheBiaoTiHei, YouSheBiaoTiHei;
                 margin-left: 8px;
                 font-size: 26px;
             }
@@ -92,12 +94,12 @@
             justify-content: space-between;
             line-height: 30px;
             .name {
+                font-family: Source Han Sans CN, Source Han Sans CN;
                 font-weight: 400;
                 font-size: 14px;
                 color: #FFFFFF;
             }
             .value {
-                font-family: Source Han Sans CN, Source Han Sans CN;
                 font-weight: 400;
                 font-size: 26px;
 
@@ -131,6 +133,7 @@
         }
     }
     .table-list {
+        font-family: Source Han Sans CN, Source Han Sans CN;
         margin: 16px;
         font-weight: 500;
         font-size: 16px;
@@ -145,7 +148,7 @@
             position: relative;
             .yjzx-img {
                 position: absolute;
-                top: 16px;
+                top: 14px;
                 left: 10px;
             }
             .status {

--
Gitblit v1.9.3