* fix UI of views with querybox.

This commit is contained in:
Catouse
2018-05-29 18:28:44 +08:00
parent bd406387b5
commit 6d3b51c826
16 changed files with 31 additions and 58 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
$(document).ready(function()
{
if(browseType == 'bysearch') ajaxGetSearchForm();
if(browseType == 'bysearch') $.toggleQueryBox(true);
if($('#caseList thead th.w-title').width() < 150) $('#caseList thead th.w-title').width(150);
});