feat: 添加自定义滚动条样式,优化布局和组件结构

This commit is contained in:
2026-05-22 17:02:07 +08:00
parent d3cb786edb
commit c286db68b1
10 changed files with 125 additions and 15 deletions
+3 -2
View File
@@ -68,8 +68,9 @@ const copyConfig = async () => {
<CardContent>
<pre
class="max-h-[30rem] overflow-auto rounded-2xl bg-muted p-4 text-xs leading-5 text-muted-foreground"
><code>{{ configText }}</code></pre>
class="max-h-120 overflow-auto rounded-2xl bg-muted p-4 text-xs leading-5 text-muted-foreground"
><code>{{ configText }}</code>
</pre>
</CardContent>
</Card>
</template>