Files
EasySoft-ZenTaoPMS/module/bug/js/browse.js
T
2021-09-14 09:57:29 +08:00

5 lines
115 B
JavaScript

$(function()
{
if($('#bugList thead th.c-title').width() < 150) $('#bugList thead th.c-title').width(150);
});