fix: minor alignment issues in menus

This commit is contained in:
Ryan Cao 2024-02-14 15:41:41 +08:00
parent ff2960b6bf
commit efeea5b2d4
No known key found for this signature in database

View file

@ -351,7 +351,8 @@ onBeforeUnmount(() => {
}
> .item {
display: block;
display: flex;
align-items: center;
position: relative;
padding: 6px 16px;
width: 100%;