2023-05-16 10:47:08 +08:00

6 lines
190 B
JavaScript

$(document).ready(function()
{
if(browseType == 'bysearch') $.toggleQueryBox(true);
if($('#caseList thead th.w-title').width() < 150) $('#caseList thead th.w-title').width(150);
});