Files
EasySoft-ZenTaoPMS/module/execution/js/bug.js
2022-05-19 02:02:22 +00:00

5 lines
115 B
JavaScript

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