From 8c20746add581bbcfddca7d304502e3210e5a4f1 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Fri, 10 Feb 2023 14:11:44 +0800 Subject: [PATCH] * Modify tableCustomBtn position. --- module/execution/css/all.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/css/all.css b/module/execution/css/all.css index 137dc5e90e..cd04214db6 100644 --- a/module/execution/css/all.css +++ b/module/execution/css/all.css @@ -45,4 +45,4 @@ canvas {height: 28px;} #executionsForm td.c-name {padding-right: 5px;} #executionsForm td.c-name.delay {padding-right: 55px;} #myTable .dtable-header, #executionsForm .dtable-rows {z-index: 4;} -#executionsForm .table-header .btn-toolbar {background: rgb(241, 245, 249);} +#executionsForm .table-header .btn-toolbar {background: rgb(241, 245, 249); right: -3px;}