From 0939aa5f3cc12a8856456a51cf2b661b6cd780c7 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期四, 31 七月 2025 17:25:49 +0800
Subject: [PATCH] 1

---
 项目代码/WCS/WIDESEAWCS_Client/src/views/Home.vue |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/Home.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/Home.vue"
index 113d024..67ec81d 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/Home.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/Home.vue"
@@ -63,9 +63,9 @@
 					<el-col :span="8">
 						<div class="line-container">
 							<div class="RGVline"></div>
-							<div :class="updateRGVOne()" :style="{ marginTop: RGV01.LevelPoint + 'px' }"
+							<div :class="updateRGVOne()" :style="{ transform: `translateY(${1280-RGV01.LevelPoint*0.00303627639+50}px)` }"
 								@click="mouseClickRGVFirst">1</div>
-							<div :class="updateRGVTwo()" :style="{ marginTop: 1000 + 'px' }" @click="mouseClickSecond">2
+							<div :class="updateRGVTwo()" :style="{ transform: `translateY(${1280-RGV02.LevelPoint*0.00374041519+100}px)` }" @click="mouseClickSecond">2
 							</div>
 						</div>
 					</el-col>
@@ -164,9 +164,8 @@
 		<el-row :gutter="20" class="cardWidthrow">
 			<el-col :span="12">
 				<div>
-
-					<el-row :gutter="20" style="height:1000px;margin-top:50px;">
-						<span style="position: relative; top: 150px;left: 30px;">绗簩灞�</span>
+					<el-row :gutter="20" style="height:1000px;margin-top:10px;">
+						<span style="position: relative; top: 100px;left: 30px;">绗簩灞�</span>
 						<div>
 							<div v-for="(group, index) in groupedLines(linescopy13)" :key="index">
 								<div class="positionY-group">
@@ -180,7 +179,7 @@
 						<div class="line-containerThird">
 							<div class="lineThird"></div>
 							<div :class="updateRGVThird()"
-								:style="{ transform: `translateX(${RGV03.LevelPoint}px)`, marginTop: '3px' }"
+								:style="{ transform: `translateX(${1280-RGV03.LevelPoint*0.003397667+200}px)`, marginTop: '3px' }"
 								@click="mouseClickThird">3</div>
 						</div>
 						<div style="margin-top:180px;margin-right:100px">
@@ -1585,7 +1584,7 @@
   margin-bottom: 10px;
 } */
 .title {
-	height: 1500px;
+	height: 1800px;
 }
 
 .cardWidth {
@@ -1595,7 +1594,7 @@
 }
 
 .cardWidthrow {
-	height: 40%;
+	height: 00%;
 	width: 100%;
 	/* margin-top: 10px; */
 	box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);

--
Gitblit v1.9.3