mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
optimize(projects): 统一button的添加方式
This commit is contained in:
@ -110,7 +110,7 @@ const {
|
||||
if (hasAuth('workflow:category:remove')) buttons.push(deleteBtn());
|
||||
|
||||
return (
|
||||
<div class="flex-center gap-8px">
|
||||
<div class="flex-center gap-4px">
|
||||
{buttons.map((btn, index) => (
|
||||
<>
|
||||
{index !== 0 && <NDivider vertical />}
|
||||
|
Reference in New Issue
Block a user