* Adjust style pager.

This commit is contained in:
tianshujie
2022-01-26 13:59:24 +08:00
parent 95ca9fbc52
commit 0f12cdd8aa
+1 -1
View File
@@ -1,7 +1,7 @@
$(document).ready(function()
{
removeDitto();//Remove 'ditto' in first row.
if($('#batchCreateForm table thead tr th.c-title').width() < 150) $('#batchCreateForm table thead tr th.c-title').width('150');
if($('#batchCreateForm table thead tr th.c-title').width() < 170) $('#batchCreateForm table thead tr th.c-title').width('170');
$(document).keydown(function(event)
{