From f507af4cd0ed2c93e104084e9dc9635db344f679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B9=BF=E6=98=8E?= Date: Mon, 11 Jul 2022 18:19:27 +0800 Subject: [PATCH] * Code for stage list. --- module/project/css/execution.css | 3 + module/project/view/execution.html.php | 133 +++++++++++-------------- module/task/control.php | 44 +++++++- 3 files changed, 104 insertions(+), 76 deletions(-) create mode 100644 module/project/css/execution.css diff --git a/module/project/css/execution.css b/module/project/css/execution.css new file mode 100644 index 0000000000..8afe63e31e --- /dev/null +++ b/module/project/css/execution.css @@ -0,0 +1,3 @@ +.table-children {border-left: 2px solid #cbd0db; border-right: 2px solid #cbd0db;} +.table tbody > tr.table-children.table-child-top {border-top: 2px solid #cbd0db;} +.table tbody > tr.table-children.table-child-bottom {border-bottom: 2px solid #cbd0db;} diff --git a/module/project/view/execution.html.php b/module/project/view/execution.html.php index c047919f64..5006f14b4a 100644 --- a/module/project/view/execution.html.php +++ b/module/project/view/execution.html.php @@ -1,5 +1,4 @@ -