mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-08-28 19:48:01 +08:00
feat: |UI| admin worker config page add overflow: auto (#572)
This commit is contained in:
@@ -26,7 +26,7 @@ onMounted(async () => {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="center">
|
<div class="center">
|
||||||
<n-card :bordered="false" embedded style="max-width: 600px;">
|
<n-card :bordered="false" embedded style="max-width: 600px; overflow: auto;">
|
||||||
<pre>{{ JSON.stringify(settings, null, 2) }}</pre>
|
<pre>{{ JSON.stringify(settings, null, 2) }}</pre>
|
||||||
</n-card>
|
</n-card>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user