From ec7844f035c5aa6f8220e3fe624d450c6b26133c Mon Sep 17 00:00:00 2001 From: wangzemei Date: Sun, 9 Oct 2022 15:42:00 +0800 Subject: [PATCH] * compatible datatable style --- module/execution/css/all.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module/execution/css/all.css b/module/execution/css/all.css index 104a5a8a92..1e883297a6 100644 --- a/module/execution/css/all.css +++ b/module/execution/css/all.css @@ -39,6 +39,6 @@ canvas {height: 28px;} #datatable-executionList .parent.has-child.c-name.flex {border-bottom: 1px solid #cbd0db !important;} #datatable-executionList tr:last-child .c-name.flex {margin-top: 1px !important;} -#executionList thead .c-estimate.text-right, -#executionList thead .c-consumed.text-right, -#executionList thead .c-left.text-right {padding-right: 8px;} +.table thead .c-estimate.text-right, +.table thead .c-consumed.text-right, +.table thead .c-left.text-right {padding-right: 8px;}