From d55b5b015eef8c31d9dea6587dc6fd0e02818cd1 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期五, 31 十月 2025 08:21:00 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 UI-Project/src/views/NewPage.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/UI-Project/src/views/NewPage.vue b/UI-Project/src/views/NewPage.vue
index 96c235d..29d459e 100644
--- a/UI-Project/src/views/NewPage.vue
+++ b/UI-Project/src/views/NewPage.vue
@@ -22,10 +22,10 @@
        height: `${rect.height}px`,  
       backgroundColor:  'lightblue'}">
    <div  class="centered-text">
-  <div style="font-size: 15px;font-weight: bold;">{{ rect.sort }}</div>  
-  <div style="font-size: 15px;font-weight: bold;">{{ rect.process_id }}</div>  
-  <div style="font-size: 15px;font-weight: bold;">{{ rect.project_no }}</div>  
-  <div style="font-size: 30px;font-weight: bold;">{{ rect.widtha }}*{{ rect.heighta }}</div>  
+  <div style="font-size: 10px;font-weight: bold;">{{ rect.sort }}</div>  
+  <div style="font-size: 10px;font-weight: bold;">{{ rect.process_id }}</div>  
+  <div style="font-size: 10px;font-weight: bold;">{{ rect.project_no }}</div>  
+  <div style="font-size: 10px;font-weight: bold;">{{ rect.widtha }}*{{ rect.heighta }}</div>  
 </div>
 </div>
  </div>

--
Gitblit v1.8.0