2023-05-16 10:50:42 +08:00

4 lines
119 B
JavaScript

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