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 +++++++++---------
 UI-Project/src/views/Identify/identifwutwo.vue |   18 +++++++++---------
 UI-Project/src/views/Identify/identify.vue     |    2 +-
 3 files changed, 19 insertions(+), 19 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;
diff --git a/UI-Project/src/views/Identify/identifwutwo.vue b/UI-Project/src/views/Identify/identifwutwo.vue
index e7114ff..8cda857 100644
--- a/UI-Project/src/views/Identify/identifwutwo.vue
+++ b/UI-Project/src/views/Identify/identifwutwo.vue
@@ -58,10 +58,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,
@@ -71,10 +71,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;
diff --git a/UI-Project/src/views/Identify/identify.vue b/UI-Project/src/views/Identify/identify.vue
index 33a9076..42e61e2 100644
--- a/UI-Project/src/views/Identify/identify.vue
+++ b/UI-Project/src/views/Identify/identify.vue
@@ -236,7 +236,7 @@
   justify-content: center;  
   align-items: center; 
   height: 100%;
-  font-size: small;
+  font-size: large;
 }
 #rect {  
   position: relative; /* 纭繚绠ご鍙互鐩稿浜庣煩褰㈠畾浣� */  

--
Gitblit v1.8.0