Commit 8502d1f9d9b55cb7d7e019c21cc0007eb8a46136
1 parent
2a8176e3
update
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/static/pages/forms/statement/scheduleDaily.html
| @@ -294,7 +294,7 @@ word-wrap: break-word; | @@ -294,7 +294,7 @@ word-wrap: break-word; | ||
| 294 | day = "0" + day; | 294 | day = "0" + day; |
| 295 | $("#date").val(year + "-" + month + "-" + day); | 295 | $("#date").val(year + "-" + month + "-" + day); |
| 296 | 296 | ||
| 297 | - $("#ddrbBody").height($(window).height()-280); | 297 | + $("#ddrbBody").height($(window).height()-100); |
| 298 | /* $.get('/basic/lineCode2Name',function(result){ | 298 | /* $.get('/basic/lineCode2Name',function(result){ |
| 299 | var data=[]; | 299 | var data=[]; |
| 300 | 300 |