mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-17 00:14:51 +00:00
fix dataset list item tag margin (#5380)
This commit is contained in:
@@ -226,7 +226,7 @@ function List() {
|
|||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
{dataset.type !== DatasetTypeEnum.folder && (
|
{dataset.type !== DatasetTypeEnum.folder && (
|
||||||
<Box flexShrink={0} ml={2}>
|
<Box flexShrink={0} mr={-5}>
|
||||||
<SideTag
|
<SideTag
|
||||||
type={dataset.type}
|
type={dataset.type}
|
||||||
py={0.5}
|
py={0.5}
|
||||||
|
Reference in New Issue
Block a user