Update app.js

This commit is contained in:
Mr Chen 2024-02-06 21:27:05 +08:00
parent 57719990d5
commit 9076a3a11a
1 changed files with 0 additions and 3 deletions

View File

@ -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);
}