feat: |Admin Portal| optimized UI (#632)

This commit is contained in:
Dream Hunter
2025-04-12 20:24:11 +08:00
committed by GitHub
parent 26995982af
commit ce0a10e6de
4 changed files with 28 additions and 12 deletions
+4 -2
View File
@@ -212,7 +212,8 @@ const columns = [
}
},
{ default: () => t('viewMails') }
)
),
show: row.mail_count > 0
},
{
label: () => h(NButton,
@@ -224,7 +225,8 @@ const columns = [
}
},
{ default: () => t('viewSendBox') }
)
),
show: row.send_count > 0
},
{
label: () => h(NButton,