feat: UI: admin mail page style add margin-top: 10px (#293)

This commit is contained in:
Dream Hunter
2024-06-01 21:27:45 +08:00
committed by GitHub
parent 77155299e0
commit 201c7658be

View File

@@ -65,6 +65,7 @@ onMounted(async () => {
{{ t('query') }}
</n-button>
</n-input-group>
<div style="margin-top: 10px;"></div>
<MailBox :key="mailBoxKey" :enableUserDeleteEmail="false" :fetchMailData="fetchMailData" />
</div>
</template>