* optimize UI for blocks.

This commit is contained in:
sunhao
2023-08-28 10:18:21 +08:00
parent e71f29be32
commit f1db8e8965
3 changed files with 7 additions and 6 deletions
+2 -1
View File
@@ -83,6 +83,7 @@ foreach($projects as $projectID => $project)
blockPanel
(
set::bodyClass('row flex-wrap justify-between p-1.5'),
set::bodyClass('row flex-wrap justify-between p-1.5 pt-1'),
set::headingClass('pb-0 border-b-0'),
$cards
);