From fa3b89c5935d19123e053ba061a0c96e839078c8 Mon Sep 17 00:00:00 2001 From: mrzhssss <pro6@qq.com> Date: 星期二, 06 九月 2022 14:01:03 +0800 Subject: [PATCH] ## --- 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