* Remove , at the end of row in the lastest children in execution.

This commit is contained in:
liumengyi
2023-11-14 10:13:41 +08:00
parent 6738569f1b
commit 9e579ed4e7
36 changed files with 343 additions and 343 deletions
+8 -8
View File
@@ -13,7 +13,7 @@ to::header(
span
(
set::className('article-h2'),
$lang->execution->fixFirst,
$lang->execution->fixFirst
),
span
(
@@ -22,9 +22,9 @@ to::header(
span
(
setClass('label secondary-pale rounded-full'),
$execution->totalEstimate . $lang->execution->workHour,
),
),
$execution->totalEstimate . $lang->execution->workHour
)
)
);
formPanel
(
@@ -40,7 +40,7 @@ formPanel
(
set::name('estimate'),
set::value(!empty($firstBurn->estimate) ? $firstBurn->estimate : (!empty($firstBurn->left) ? $firstBurn->left : '')),
set::placeholder($lang->execution->placeholder->totalLeft),
set::placeholder($lang->execution->placeholder->totalLeft)
),
checkbox
(
@@ -48,8 +48,8 @@ formPanel
set::value(1),
set::checked(true),
set::text($lang->execution->fixFirstWithLeft),
set::rootClass('ml-4 w-1/3 items-center'),
),
),
set::rootClass('ml-4 w-1/3 items-center')
)
)
)
);