Commit 8502d1f9d9b55cb7d7e019c21cc0007eb8a46136

Authored by 娄高锋
1 parent 2a8176e3

update

src/main/resources/static/pages/forms/statement/scheduleDaily.html
... ... @@ -294,7 +294,7 @@ word-wrap: break-word;
294 294 day = "0" + day;
295 295 $("#date").val(year + "-" + month + "-" + day);
296 296  
297   - $("#ddrbBody").height($(window).height()-280);
  297 + $("#ddrbBody").height($(window).height()-100);
298 298 /* $.get('/basic/lineCode2Name',function(result){
299 299 var data=[];
300 300  
... ...