From 3124ce87407fe85f6780b3ba1a219d8d9e8d7475 Mon Sep 17 00:00:00 2001
From: wu <731351411@qq.com>
Date: 星期四, 30 十月 2025 13:21:32 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/YiWuProject

---
 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