feat: add style for mail list (#78)

This commit is contained in:
Dream Hunter
2024-03-22 18:22:16 +08:00
committed by GitHub
parent 85c5dd1973
commit 5c7fdbdf38
4 changed files with 1192 additions and 958 deletions

View File

@@ -219,7 +219,7 @@ onMounted(async () => {
</n-button>
</n-space>
</template>
<div v-html="row.message"></div>
<div v-html="row.message" style="max-height: 400px; overflow: auto; text-align: left;"></div>
</n-thing>
</n-list-item>
</n-list>
@@ -278,7 +278,8 @@ onMounted(async () => {
</template>
</n-thing>
<template #suffix>
<n-button tag="a" target="_blank" tertiary type="info" size="small'" :download="row.filename" :href="row.url">
<n-button tag="a" target="_blank" tertiary type="info" size="small'" :download="row.filename"
:href="row.url">
<n-icon :component="CloudDownloadRound" />
</n-button>
</template>