* remove fixedTheadOfList and fixedTfootAction.

This commit is contained in:
wangyidong
2018-04-28 15:57:16 +08:00
parent 8d15930ecf
commit fddcb3f23c
28 changed files with 175 additions and 289 deletions
-2
View File
@@ -2,7 +2,5 @@ $(document).ready(function()
{
setModal4List('runCase', 'caseList', function(){$(".iframe").modalTrigger({width:1024, type:'iframe'});}, 1024);
if(browseType == 'bysearch') ajaxGetSearchForm();
setTimeout(function(){fixedTfootAction('#casesForm')}, 100);
setTimeout(function(){fixedTheadOfList('#caseList')}, 100);
if($('#caseList thead th.w-title').width() < 150) $('#caseList thead th.w-title').width(150);
});