From 0f12cdd8aa452345b6a5cfee81ad9b23758da0bc Mon Sep 17 00:00:00 2001 From: tianshujie Date: Wed, 26 Jan 2022 13:59:24 +0800 Subject: [PATCH] * Adjust style pager. --- module/testcase/js/batchcreate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/testcase/js/batchcreate.js b/module/testcase/js/batchcreate.js index 421ffc79f9..b95b099be7 100644 --- a/module/testcase/js/batchcreate.js +++ b/module/testcase/js/batchcreate.js @@ -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) {