mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-14 15:11:13 +00:00
optimize ParentPaths component (#5179)
* optimize ParentPaths component * fix dataset list diaplay * component
This commit is contained in:
@@ -45,6 +45,7 @@ export const iconPaths = {
|
||||
'common/download': () => import('./icons/common/download.svg'),
|
||||
'common/edit': () => import('./icons/common/edit.svg'),
|
||||
'common/editor/resizer': () => import('./icons/common/editor/resizer.svg'),
|
||||
'common/ellipsis': () => import('./icons/common/ellipsis.svg'),
|
||||
'common/enable': () => import('./icons/common/enable.svg'),
|
||||
'common/errorFill': () => import('./icons/common/errorFill.svg'),
|
||||
'common/file/move': () => import('./icons/common/file/move.svg'),
|
||||
|
@@ -0,0 +1,4 @@
|
||||
<svg viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" >
|
||||
<path d="M221 592c-44.183 0-80-35.817-80-80s35.817-80 80-80 80 35.817 80 80-35.817 80-80 80z m291 0c-44.183 0-80-35.817-80-80s35.817-80 80-80 80 35.817 80 80-35.817 80-80 80z m291 0c-44.183 0-80-35.817-80-80s35.817-80 80-80 80 35.817 80 80-35.817 80-80 80z">
|
||||
</path>
|
||||
</svg>
|
After Width: | Height: | Size: 362 B |
@@ -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