fix: update row action button style

1. update the style of the row action buttons in the list page
2. update the style of the action buttons at the top of the detail page

Change-Id: Ief764ce04f61eea06fd6274b55b41fe19f9f32ca
This commit is contained in:
zhangjingwei 2024-07-03 10:29:18 +08:00
parent 0b7d79f9dd
commit 26ed30cd81
2 changed files with 7 additions and 2 deletions

View File

@ -189,11 +189,11 @@ function DropdownActionButton({
}
return (
<>
<div className={styles['action-buttons']}>
{firstElement}
{dividerElement}
{moreElement}
</>
</div>
);
}

View File

@ -43,3 +43,8 @@
}
}
}
.action-buttons {
display: flex;
align-items: center;
}