* Code for set stage type style.

This commit is contained in:
sunguangming
2023-07-10 18:58:10 +08:00
parent 5aae92cf04
commit f615cde29d
+10 -5
View File
@@ -10,13 +10,18 @@ declare(strict_types=1);
*/
namespace zin;
$formItems[] = formGroup
$formItems[] = formRow
(
set::width('1/3'),
set::label($lang->custom->key),
set::name(''),
set::value($lang->custom->value),
set::control('static')
formGroup
(
set::label($lang->custom->key),
),
formGroup
(
set::label($lang->custom->value),
),
formGroup()
);
div