* 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
@@ -18,7 +18,7 @@ if($block->width == 1)
blockPanel
(
set::bodyClass('row items-center text-center'),
set::headingClass('border-0'),
set::headingClass('border-0 pb-0'),
cell
(
width('1/3'),
+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
);