From 9b5f00ea0d26580117954216ae6b327ae1b93bb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=94=E5=93=A5?= Date: Tue, 24 Oct 2017 15:36:46 +0800 Subject: [PATCH] * fix batchCreate --- module/project/css/task.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/module/project/css/task.css b/module/project/css/task.css index 5fdb5c8091..6713024ae5 100644 --- a/module/project/css/task.css +++ b/module/project/css/task.css @@ -24,7 +24,11 @@ .pl-5px{padding-left:5px;} tbody > tr > td > .btn-icon {margin-right: 2px} -.table-children{border-left:2px solid #ccc;border-right:2px solid #ccc;} +.table-children > td:first-child{border-left:2px solid #ccc} +.table-children > td:last-child{;border-right:2px solid #ccc;} +.fixed-left .table-children > td{border-right:none;} +.flexarea .table-children > td{border-left:none;border-right:none;} +.fixed-right .table-children > td{border-left:none;} .table-children.table-child-top{border-top:2px solid #ccc;} .table-children.table-child-bottom{border-bottom:2px solid #ccc;} .table-children td{background-color:#fff!important;}