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
+1 -1
View File
@@ -232,7 +232,7 @@ const renamePasskey = async () => {
<n-modal v-model:show="showLogout" preset="dialog" :title="t('logout')">
<p>{{ t('logoutConfirm') }}</p>
<template #action>
<n-button :loading="loading" @click="logout" size="small" tertiary type="primary">
<n-button :loading="loading" @click="logout" size="small" tertiary type="warning">
{{ t('logout') }}
</n-button>
</template>