* Adjust style of the burn page.
This commit is contained in:
@@ -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
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user