File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
xxl-job-admin/src/main/webapp Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 4444 </header >
4545
4646 <div class =" content-wrapper" >
47- <pre style =" font-size :12px ;position : absolute ; height :100% ;width :100% ;" id =" logConsolePre" >
48- <div id =" logConsole" ></div >
49- <li class =" fa fa-refresh fa-spin" style =" font-size : 20px ;float : left ;" id =" logConsoleRunning" ></li >
50- <div ><hr ><hr ></div >
51- </pre >
47+ <section class =" content" >
48+ <pre style =" font-size :12px ;position :relative ;" >
49+ <div id =" logConsole" ></div >
50+ <li class =" fa fa-refresh fa-spin" style =" font-size : 20px ;float : left ;" id =" logConsoleRunning" ></li >
51+ <div ><hr ><hr ></div >
52+ </pre >
53+ </section >
5254 </div >
5355
56+ <!-- footer -->
57+ <@netCommon.commonFooter / >
58+
5459</div >
5560
5661<@netCommon.commonScript / >
Original file line number Diff line number Diff line change @@ -58,8 +58,7 @@ $(function() {
5858 pullFailCount = 0 ;
5959
6060 // scroll to bottom
61- //scrollTo(0, document.body.scrollHeight);
62- $ ( '#logConsolePre' ) . scrollTop ( document . body . scrollHeight + 300 ) ;
61+ scrollTo ( 0 , document . body . scrollHeight ) ; // $('#logConsolePre').scrollTop( document.body.scrollHeight + 300 );
6362
6463 } else {
6564 console . log ( 'pullLog fail:' + data . msg ) ;
You can’t perform that action at this time.
0 commit comments