feat: |UI| admin worker config page add overflow: auto (#572)

This commit is contained in:
Dream Hunter
2025-01-22 23:34:49 +08:00
committed by GitHub
parent 31901aacc5
commit 814f6fada2

View File

@@ -26,7 +26,7 @@ onMounted(async () => {
<template>
<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>
</n-card>
</div>