From 5c39f26d19269ddcb8d442aeeecfee5a9665bb59 Mon Sep 17 00:00:00 2001
From: mrzhssss <pro6@qq.com>
Date: 星期二, 06 九月 2022 13:19:44 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/zypms' into zypms

---
 src/main/webapp/static/js/projectShow.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/static/js/projectShow.js b/src/main/webapp/static/js/projectShow.js
index 7b1392b..b0a4f41 100644
--- a/src/main/webapp/static/js/projectShow.js
+++ b/src/main/webapp/static/js/projectShow.js
@@ -68,9 +68,9 @@
 							+'</thead>'
 							+'<tbody>' // 琛ㄨ韩 锛堥」鐩妭鐐瑰鏈級
 								+'<tr class="tab-body">'
-									+'<td style="height: 50px">'+'椤圭洰鎬绘椂闀�'+'</td>'
-									+'<td style="height: 50px">'+project.projectStartTime.substring(0,10)+'</td>'
-									+'<td style="height: 50px">'+project.projectEndTime.substring(0,10)+'</td>'
+									+'<td style="height: 40px">'+'椤圭洰鎬绘椂闀�'+'</td>'
+									+'<td style="height: 40px">'+project.projectStartTime.substring(0,10)+'</td>'
+									+'<td style="height: 40px">'+project.projectEndTime.substring(0,10)+'</td>'
 								+'</tr>'
 
 			var tabLeft4 = tabLeft + tabLeft3 +'</tbody>'

--
Gitblit v1.9.1