From 30e21678c4789e8016916a65b13b7ef859ac1810 Mon Sep 17 00:00:00 2001 From: whycq <whycq> Date: 星期四, 27 一月 2022 08:48:01 +0800 Subject: [PATCH] # --- src/main/webapp/static/js/tableData.js | 3 --- src/main/webapp/static/js/projectShow.js | 1 - src/main/webapp/static/css/style.css | 2 +- 3 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/static/css/style.css b/src/main/webapp/static/css/style.css index dcf0e4d..31f00d1 100644 --- a/src/main/webapp/static/css/style.css +++ b/src/main/webapp/static/css/style.css @@ -95,7 +95,7 @@ /* 寮瑰嚭灞� */ #details { width: 98%; - height: 95%; + height: 90%; background-color: #FFF; box-shadow: 0px 5px 20px #000; border-radius: 15px; diff --git a/src/main/webapp/static/js/projectShow.js b/src/main/webapp/static/js/projectShow.js index 30e38e9..3505b9a 100644 --- a/src/main/webapp/static/js/projectShow.js +++ b/src/main/webapp/static/js/projectShow.js @@ -21,7 +21,6 @@ } - console.log(show) if(show==true){ $("#details").attr("style","display:block") }else if(show==false){ diff --git a/src/main/webapp/static/js/tableData.js b/src/main/webapp/static/js/tableData.js index 2205212..5683f92 100644 --- a/src/main/webapp/static/js/tableData.js +++ b/src/main/webapp/static/js/tableData.js @@ -42,7 +42,6 @@ success:function(res){ if(res.code==200){ data=res.data - console.log(data) // 鍒ゆ柇鏃堕棿鏄惁鏈塶ull 鏈塶ull鐨勬敼涓� "" for(var i = 0;i<data.length;i++){ var dataNode = data[i].nodes @@ -84,12 +83,10 @@ var realEndTime$ = data[t].nodes[k].realEndTime$.substring(0,10) // 椤圭洰鑺傜偣璁″垝缁撴潫鏃堕棿 var endTime$ = data[t].nodes[k].endTime$.substring(0,10) - console.log(endTime$) var myDate = new Date() var nowDay = myDate.getFullYear()+"-"+(myDate.getMonth()+1)+"-"+myDate.getDate() var eDay = new Date(endTime$) // 鍒ゆ柇realEndTime$.substring(0,10) 鏄惁涓虹┖ - console.log(realEndTime$) if(realEndTime$ === ""){ // 璁″垝鏃ユ湡涓庣郴缁熸棩鏈熸瘮杈� var ExDay = eDay.getTime()-myDate.getTime() -- Gitblit v1.9.1