From 10edfc94aa41e1549f2086738dc98deec786a6fc Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Thu, 3 Aug 2023 15:16:46 +0800 Subject: [PATCH] * Change panel to div. --- module/execution/ui/ajaxgetburn.html.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/execution/ui/ajaxgetburn.html.php b/module/execution/ui/ajaxgetburn.html.php index ec29fc6661..de57047f3c 100644 --- a/module/execution/ui/ajaxgetburn.html.php +++ b/module/execution/ui/ajaxgetburn.html.php @@ -11,8 +11,9 @@ declare(strict_types=1); namespace zin; jsVar('workHour', $lang->execution->workHour); -panel +div ( + setClass('px-4 py-3'), div ( set::class('flex flex-nowrap justify-between'),