* Change use way for setClass.

This commit is contained in:
liuyue
2023-05-12 01:58:00 +00:00
parent cfd75b5082
commit b747a92cf0
+3 -3
View File
@@ -24,10 +24,10 @@ formPanel
set::actions(array()),
div
(
set::class('flex items-center pb-2.5'),
setClass('flex items-center pb-2.5'),
span($lang->edit),
span($plan->name, set::class('text-lg font-bold ml-3')),
label($plan->id, set::class('circle ml-2 label-id px-2'))
span($plan->name, setClass('text-lg font-bold ml-3')),
label($plan->id, setClass('circle ml-2 label-id px-2'))
),
formGroup
(