fix: button gap

This commit is contained in:
one 2025-09-03 13:14:44 +08:00
parent 89b4ab4d3e
commit c6687fb56c

View File

@ -247,6 +247,7 @@ const TabsArea = styled.div`
flex: 1 1 auto;
min-width: 0;
overflow: hidden;
gap: 6px;
`
const TabsScroll = styled(Scrollbar)`