* Adjust style of the burn page.

This commit is contained in:
tianshujie
2023-07-04 08:45:04 +08:00
parent 4645f53c92
commit 0872c3867a
3 changed files with 13 additions and 14 deletions
+11 -13
View File
@@ -14,7 +14,17 @@ to::header(
(
set::class('article-h2'),
$lang->execution->fixFirst,
)
),
span
(
setClass('flex gap-x-2 mr-3'),
$lang->execution->totalEstimate,
span
(
setClass('label secondary-pale rounded-full'),
$execution->totalEstimate . $lang->execution->workHour,
),
),
);
formPanel
(
@@ -43,15 +53,3 @@ formPanel
),
)
);
div
(
set::class('h-12 flex items-center bg-primary-50'),
div
(
set::class('pl-4'),
$lang->execution->totalEstimate . ': ',
code($execution->totalEstimate),
$lang->execution->workHour
)
);