From 97e443cf2c7acc107dd66a23a9251026a8d2e508 Mon Sep 17 00:00:00 2001 From: zhouxin Date: Mon, 7 Mar 2022 03:20:19 +0000 Subject: [PATCH] Fix bug. --- module/story/css/batchcreate.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/story/css/batchcreate.css b/module/story/css/batchcreate.css index 4e5dc17db3..b748ec13a0 100644 --- a/module/story/css/batchcreate.css +++ b/module/story/css/batchcreate.css @@ -3,7 +3,7 @@ #batchCreateForm .c-id {width: 50px; text-align: center; color: #838A9D;} #batchCreateForm .c-module, #batchCreateForm .c-plan {width: 180px;} -#batchCreateForm .c-name {width: 214px;} +#batchCreateForm .c-name {width: 180px;} #batchCreateForm .c-pri {width: 100px;} #batchCreateForm .c-review {width: 95px;} #batchCreateForm .c-estimate {width: 90px;}