fix dataset list item tag margin (#5380)

This commit is contained in:
heheer 2025-08-04 18:05:06 +08:00 committed by GitHub
parent 67cdc8faa8
commit 05bbba2761
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -226,7 +226,7 @@ function List() {
</Box>
{dataset.type !== DatasetTypeEnum.folder && (
<Box flexShrink={0} ml={2}>
<Box flexShrink={0} mr={-5}>
<SideTag
type={dataset.type}
py={0.5}