optimize ParentPaths component (#5179)

* optimize ParentPaths component

* fix dataset list diaplay

* component
This commit is contained in:
heheer
2025-07-10 18:16:03 +08:00
committed by GitHub
parent ac493db00f
commit 7a6a396f2a
12 changed files with 141 additions and 127 deletions

View File

@@ -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'),

View File

@@ -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

View File

@@ -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}