mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-18 17:51:24 +00:00
optimize ParentPaths component (#5179)
* optimize ParentPaths component * fix dataset list diaplay * component
This commit is contained in:
@@ -326,6 +326,7 @@ const MyMenu = ({
|
||||
<Box
|
||||
w={'100%'}
|
||||
color={child.description ? 'myGray.900' : 'inherit'}
|
||||
pr={child.icon ? 4 : 0}
|
||||
{...sizeMapStyle[size].labelStyle}
|
||||
>
|
||||
{child.label}
|
||||
|
Reference in New Issue
Block a user