From 9076a3a11a1830a45cd2e08296fa2de40d6fb0f5 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 6 Feb 2024 21:27:05 +0800 Subject: [PATCH] Update app.js --- plugins/data_query/static/js/app.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/data_query/static/js/app.js b/plugins/data_query/static/js/app.js index 6fe8a7994..e3990cef0 100755 --- a/plugins/data_query/static/js/app.js +++ b/plugins/data_query/static/js/app.js @@ -360,9 +360,6 @@ function mysqlGetDataList(p){ tbody += ''; } - // $('#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); }