mirror of
https://github.com/langgenius/dify.git
synced 2026-04-21 06:46:30 +08:00
refactor: Update UninstalledItem component layout to improve visual hierarchy and display organization information
This commit is contained in:
parent
572abae37a
commit
5d839497fc
@ -34,8 +34,13 @@ const UninstalledItem = ({
|
|||||||
toolIcon={payload.icon}
|
toolIcon={payload.icon}
|
||||||
/>
|
/>
|
||||||
<div className='ml-2 flex w-0 grow items-center'>
|
<div className='ml-2 flex w-0 grow items-center'>
|
||||||
<div className='system-sm-medium h-4 w-0 grow truncate leading-4 text-text-primary'>
|
<div className='flex w-0 grow items-center gap-x-2'>
|
||||||
{getLocalizedText(payload.label)}
|
<span className='system-sm-regular truncate text-text-primary'>
|
||||||
|
{getLocalizedText(payload.label)}
|
||||||
|
</span>
|
||||||
|
<span className='system-xs-regular text-text-quaternary'>
|
||||||
|
{payload.org}
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
className='system-xs-medium cursor-pointer pl-1.5 text-components-button-secondary-accent-text'
|
className='system-xs-medium cursor-pointer pl-1.5 text-components-button-secondary-accent-text'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user