Merge branch 'sprint/183_tianshujie_bug' into 'master'

* Adjust style pager.

See merge request easycorp/zentaopms!1649
This commit is contained in:
孙广明
2022-01-26 06:00:49 +00:00
+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)
{