feat: modify default class (#95)

This commit is contained in:
Dream Hunter
2024-04-01 23:28:57 +08:00
committed by GitHub
parent 2485f2dcb5
commit a19b9a7eb6
3 changed files with 5 additions and 6 deletions

View File

@@ -170,7 +170,7 @@ onMounted(async () => {
</div>
</template>
<template #2>
<n-card v-if="curMail" :title="curMail.subject" style="overflow: scroll;">
<n-card v-if="curMail" class="mail-item" :title="curMail.subject" style="overflow: scroll;">
<n-space>
<n-tag type="info">
ID: {{ curMail.id }}