mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-26 04:32:50 +00:00
fix dataset list item tag margin (#5380)
This commit is contained in:
parent
67cdc8faa8
commit
05bbba2761
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue