Skip to content

Commit

Permalink
fix(dataset): 知识库列表右下角类型的名称上下居中 (#2287)
Browse files Browse the repository at this point in the history
  • Loading branch information
shilin66 authored Aug 7, 2024
1 parent a109c59 commit e9ba00d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const DatasetTypeTag = ({ type, ...props }: { type: `${DatasetTypeEnum}` } & Fle
py={'6px'}
borderRadius={'md'}
fontSize={'xs'}
alignItems={'center'}
{...props}
>
<MyIcon name={item.icon as any} w={'16px'} mr={2} color={'myGray.400'} />
Expand Down

0 comments on commit e9ba00d

Please sign in to comment.