mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-16 14:16:01 +08:00
fix: settings/members dropdown ui (#1797)
This commit is contained in:
parent
fb55b3a89a
commit
7c5661152e
@ -104,7 +104,7 @@ const MembersPage = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className='shrink-0 flex items-center w-[104px] py-2 text-[13px] text-gray-700'>{dayjs(Number((account.last_login_at || account.created_at)) * 1000).locale(locale === 'zh-Hans' ? 'zh-cn' : 'en').fromNow()}</div>
|
<div className='shrink-0 flex items-center w-[104px] py-2 text-[13px] text-gray-700'>{dayjs(Number((account.last_login_at || account.created_at)) * 1000).locale(locale === 'zh-Hans' ? 'zh-cn' : 'en').fromNow()}</div>
|
||||||
<div className='shrink-0 w-[96px] flex items-center relative z-10'>
|
<div className='shrink-0 w-[96px] flex items-center'>
|
||||||
{
|
{
|
||||||
(owner && account.role !== 'owner')
|
(owner && account.role !== 'owner')
|
||||||
? <Operation member={account} onOperate={mutate} />
|
? <Operation member={account} onOperate={mutate} />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user