From d4400dd1cc0915c5d153f05f16e105a228e8b103 Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Fri, 9 Apr 2021 16:00:34 +0800 Subject: [PATCH] * Fix execution all view style. --- module/execution/view/all.html.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module/execution/view/all.html.php b/module/execution/view/all.html.php index dca697c217..8da52f0ef8 100644 --- a/module/execution/view/all.html.php +++ b/module/execution/view/all.html.php @@ -23,7 +23,7 @@ .table td.has-child > .plan-toggle.collapsed > .icon {-ms-transform:rotate(90deg); -moz-transform:rotate(90deg); -o-transform:rotate(90deg); -webkit-transform:rotate(90deg); transform: rotate(90deg);} .table th.hours {padding-right: 8px !important;} .main-table tbody > tr.table-children > td:first-child::before {width: 3px;} -.hours {text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} +td.hours {text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} @-moz-document url-prefix() {.main-table tbody > tr.table-children > td:first-child::before {width: 4px;}}