* Add a style to the Create button.

This commit is contained in:
tianshujie
2023-06-12 11:02:30 +08:00
parent 9c87984708
commit d6df83fb28
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -85,8 +85,8 @@ toolbar
set::placement('bottom-end'),
)
) : null,
$canCreate && !$canBatchCreate ? item(set($createItem)) : null,
$canBatchCreate && !$canCreate ? item(set($batchCreateItem)) : null,
$canCreate && !$canBatchCreate ? item(set($createItem + array('class' => 'btn primary', 'icon' => 'plus'))) : null,
$canBatchCreate && !$canCreate ? item(set($batchCreateItem + array('class' => 'btn primary', 'icon' => 'plus'))) : null,
);
/* zin: Define the sidebar in main content. */