From 5d9ce4e5121408bf341b6badd795d05fb15a09f0 Mon Sep 17 00:00:00 2001 From: leiyong <1549684884@qq.com> Date: Fri, 24 Jun 2022 05:32:01 +0000 Subject: [PATCH] * Adjust CSS. --- module/block/view/projectstatisticblock.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/block/view/projectstatisticblock.html.php b/module/block/view/projectstatisticblock.html.php index 20f6c9991f..e194817470 100644 --- a/module/block/view/projectstatisticblock.html.php +++ b/module/block/view/projectstatisticblock.html.php @@ -65,7 +65,7 @@ html[lang="en"] .product-info .type-info {color: #A6AAB8; text-align: center; po .block-statistic .executionName {padding: 2px 10px; font-size: 14px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;} .block-statistic .lastIteration {padding-top: 6px;} .block-statistic .progress-text-left {margin-right: 90px} -.block-statistic .progress-text-left .progress-text {padding-top: 2px; font-size: 14px; padding-right:5px; left: -45px;} +.block-statistic .progress-text-left .progress-text {padding-top: 2px; font-size: 14px; padding-right:5px; left: -50px;} .status-count {margin: auto;} .status-count tr:first-child td:last-child {color: #000; font-weight: bold;}