From 73fe3c5574c8fbb7b18fa9b76d53b918f6f921e1 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期三, 12 十一月 2025 11:09:04 +0800
Subject: [PATCH] 更换前端打包方式,将ip地址配置提取到public

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