From c42e625e4fac49d446d9e0eb98ea8b06eb1b8df0 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期四, 02 一月 2025 15:22:16 +0800
Subject: [PATCH] 掰片模块调整比例、字体大小

---
 UI-Project/src/views/Identify/identifwu.vue |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/UI-Project/src/views/Identify/identifwu.vue b/UI-Project/src/views/Identify/identifwu.vue
index 57c0584..0161515 100644
--- a/UI-Project/src/views/Identify/identifwu.vue
+++ b/UI-Project/src/views/Identify/identifwu.vue
@@ -140,10 +140,10 @@
           if (existingRect) {
             return {
               ...existingRect,
-              xAxisa: (6000 - (rect.xAxis + rect.width)) * scaleFactor,
-              yAxisa: rect.yAxis * scaleFactory,
-              width: rect.edgWidth * scaleFactor,
-              height: rect.edgHeight * scaleFactory,
+              xAxisa: (6000 - (rect.xAxis + rect.width)) * scaleFactor * 1.1,
+              yAxisa: rect.yAxis * scaleFactory * 1.1,
+              width: rect.edgWidth * scaleFactor * 1.1,
+              height: rect.edgHeight * scaleFactory * 1.1,
               widtha: rect.edgWidth,
               heighta: rect.edgHeight,
               state: rect.state,
@@ -153,10 +153,10 @@
             // 濡傛灉涓嶅瓨鍦紝鍒欐坊鍔犳柊鐭╁舰锛岄粯璁� isActive 涓� false
             return {
               ...rect,
-              xAxisa: (6000 - (rect.xAxis + rect.width)) * scaleFactor,
-              yAxisa: rect.yAxis * scaleFactory,
-              width: rect.edgWidth * scaleFactor,
-              height: rect.edgHeight * scaleFactory,
+              xAxisa: (6000 - (rect.xAxis + rect.width)) * scaleFactor * 1.1,
+              yAxisa: rect.yAxis * scaleFactory * 1.1,
+              width: rect.edgWidth * scaleFactor * 1.1,
+              height: rect.edgHeight * scaleFactory * 1.1,
               widtha: rect.edgWidth,
               heighta: rect.edgHeight,
               state: rect.state,
@@ -188,7 +188,7 @@
   justify-content: center;
   align-items: center;
   height: 100%; /* 纭繚div鍗犳嵁鏁翠釜鐭╁舰鐨勯珮搴� */
-  font-size: small;
+  font-size: large;
 }
 #line {
   position: absolute;

--
Gitblit v1.8.0