* zin: refactor set:xxx usage to compatible with php 5.4.

This commit is contained in:
sunhao
2023-08-29 18:03:45 +08:00
parent a89bc755d5
commit 6bd978525b
142 changed files with 600 additions and 613 deletions
+3 -3
View File
@@ -32,7 +32,7 @@ row
$showModules ? cell
(
set::width(128),
set::class('flex-none bg-surface rounded rounded-r-none rounded-tl-none overflow-y-auto'),
set::className('flex-none bg-surface rounded rounded-r-none rounded-tl-none overflow-y-auto'),
buildBlockModuleNav()
) : null,
cell
@@ -73,7 +73,7 @@ row
div
(
set::id('paramsRow'),
set::class('space-y-4'),
set::className('space-y-4'),
formRow
(
formGroup
@@ -102,7 +102,7 @@ row
),
formRow
(
set::class($module == 'html' ? '' : 'hidden'),
set::className($module == 'html' ? '' : 'hidden'),
formGroup
(
set::label($lang->block->lblHtml),