mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-09-06 16:07:14 +08:00
fix: v-html img (#47)
This commit is contained in:
@@ -167,10 +167,12 @@ onMounted(async () => {
|
|||||||
<n-button class="center" @click="refresh" round type="primary">
|
<n-button class="center" @click="refresh" round type="primary">
|
||||||
{{ t('refresh') }}
|
{{ t('refresh') }}
|
||||||
</n-button>
|
</n-button>
|
||||||
<n-list hoverable clickable>
|
<div>
|
||||||
<div style="display: inline-block; margin-top: 10px; margin-bottom: 10px;">
|
<div style="display: inline-block; margin-top: 10px; margin-bottom: 10px;">
|
||||||
<n-pagination v-model:page="page" v-model:page-size="pageSize" :item-count="count" simple />
|
<n-pagination v-model:page="page" v-model:page-size="pageSize" :item-count="count" simple />
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<n-list hoverable clickable>
|
||||||
<n-list-item v-for="row in data" v-bind:key="row.id">
|
<n-list-item v-for="row in data" v-bind:key="row.id">
|
||||||
<n-thing class="center" :title="row.subject">
|
<n-thing class="center" :title="row.subject">
|
||||||
<template #description>
|
<template #description>
|
||||||
@@ -234,8 +236,4 @@ onMounted(async () => {
|
|||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.n-list {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user