From e25a0bad090c444970b48df2713f02d691666b08 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期一, 05 二月 2024 14:19:49 +0800
Subject: [PATCH] 看盘功能完善

---
 kp_html/kp/index23-05-04.html |   38 +++++++++++++++++++++++++++++++-------
 1 files changed, 31 insertions(+), 7 deletions(-)

diff --git a/kp_html/kp/index23-05-04.html b/kp_html/kp/index23-05-04.html
index 4704ff4..632f6a5 100644
--- a/kp_html/kp/index23-05-04.html
+++ b/kp_html/kp/index23-05-04.html
@@ -18,8 +18,6 @@
 	</head>
 	<body>
 		<div id="body">
-
-
 			<div class="top">
 				<span>
 					<h2 class="bold-content" style="margin-left: 18px; font-size: 20px;">{{code_name}}<span><a
@@ -29,14 +27,40 @@
 								@click="refresh">鍒锋柊</a></span>
 					</h2>
 				</span>
-
 			</div>
-			<div class="xgb_info" >
-				<div v-if="xgb_limit_up_reasons">
+			<div class="xgb_info scroll-y" >
+				<div v-if="xgb_limit_up_reasons" style="height: auto;">
+					<p>鏉垮潡锛�<span class="label-style" v-for="item in xgb_limit_up_reasons.blocks">{{item}}</span></p>
+					<p v-if="xgb_limit_up_reasons.zylt">鑷敱娴侀�氬競鍊硷細{{xgb_limit_up_reasons.zylt}}</p>
 					
+					<table class="xgb_limit_up">
+						<thead>
+							<tr>
+								<td>鏉垮潡</td>
+								<td>鍘熷洜</td>
+								<td>鎴愬垎鑲�</td>
+							</tr>
+						</thead>
+						<tbody>
+							<tr v-for="item in xgb_limit_up_reasons.reasons" >
+								<td><div class="red">{{item[0]}}<div></td> 
+								<td>
+									<div >
+										<p>{{item[1]}}</p>
+									</div>
+								</td>
+								<td>
+									<div style="display: flex-block;">
+											<span class="label-style" v-for="item1 in item[2]">{{item1}} </span>
+									</div>
+								
+								</td>
+							</tr>
+						</tbody>
+						
+					</table>
+					<p>瑙h锛�<span>{{xgb_limit_up_reasons.description}}</span></p>
 					
-				
-				<span class="red">{{xgb_limit_up_reasons[0]}}</span>锛�<span>{{xgb_limit_up_reasons[1]}}</span>
 				</div>
 			</div>
 			

--
Gitblit v1.8.0