Files
EasySoft-ZenTaoPMS/module/bug/js/browse.js
2020-08-27 13:42:16 +08:00

5 lines
115 B
JavaScript

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