feat: 添加自定义滚动条样式,优化布局和组件结构
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user