mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-16 08:01:18 +00:00
fix dataset list item tag margin (#5380)
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user