Skip to content

Commit

Permalink
update info style
Browse files Browse the repository at this point in the history
  • Loading branch information
zjy365 committed Feb 13, 2025
1 parent 2ecace9 commit 4f069d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ const AdvancedInfo = ({ app = MOCK_APP_DETAIL }: { app: AppDetailType }) => {
}}
>
<MyIcon name={'configMap'} width={'24px'} height={'24px'} />
<Box ml={4} flex={'1 0 0'} w={0}>
<Box ml={4} flex={'1 0 0'} w={'0px'}>
<Box fontWeight={'bold'} color={'grayModern.900'}>
{item.mountPath}
</Box>
Expand Down Expand Up @@ -271,7 +271,7 @@ const AdvancedInfo = ({ app = MOCK_APP_DETAIL }: { app: AppDetailType }) => {
}}
>
<MyIcon name={'store'} width={'24px'} height={'24px'} />
<Box ml={4} flex={'1 0 0'} w={0}>
<Box ml={4} flex={'1 0 0'} w={'0px'}>
<Box color={'grayModern.900'} fontWeight={'bold'}>
{item.path}
</Box>
Expand Down

0 comments on commit 4f069d0

Please sign in to comment.