From 0ac509d4a1fb185dc4158bf751bcb4dfbf2c3a99 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Mon, 3 Jun 2019 17:08:54 +0800 Subject: [PATCH] * finish task #5452. --- 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 ad5211943b..d3fdb733c8 100644 --- a/module/story/css/batchcreate.css +++ b/module/story/css/batchcreate.css @@ -2,6 +2,6 @@ #batchCreateForm .col-module, #batchCreateForm .col-plan {width: 180px;} #batchCreateForm .col-pri {width: 100px;} -#batchCreateForm .col-review, +#batchCreateForm .col-review {width:95px;} #batchCreateForm .col-estimate {width: 90px;} .body-modal .main-header > h2 {max-width: 80%;}