Skip to content

Commit

Permalink
adapt Safari css for many column horizontal scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmin committed Jan 21, 2019
1 parent dd46c88 commit f4499ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/static/sqlquery.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
" <small>脱敏时间 : <strong id=\"masking_time" + tab_number + "\"> sec </strong></small>\n" +
" </div>\n" +
" <table id=\"query_result" + tab_number + "\" data-toggle=\"table\" class=\"table table-condensed\"\n" +
" style=\"table-layout:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;\"></table>\n" +
" style=\"table-layout:inherit;white-space:nowrap;text-overflow:ellipsis;\"></table>\n" +
"</div>\t";
$("#tab-content").append(div);//div添加到div

Expand Down

0 comments on commit f4499ae

Please sign in to comment.