From b8fe759b20f805baf19418a0621f981209180b3e Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期二, 06 九月 2022 13:13:07 +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