Update app.js
This commit is contained in:
parent
57719990d5
commit
9076a3a11a
|
|
@ -360,9 +360,6 @@ function mysqlGetDataList(p){
|
|||
tbody += '</tr>';
|
||||
}
|
||||
|
||||
// $('#mysql_table').css('width', $('.col-md-9').width()).parent().css('width', $(document).width()).css('overflow','scroll');
|
||||
// $('#mysql').css('width',$(document).width()-240).css('overflow','hidden');
|
||||
// $('#mysql_table table').css('table-layout','fixed');
|
||||
$('#mysql_table tbody').html(tbody);
|
||||
$('#mysql .mysql_list_page').html(data.page);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue