优化多个页面样式与展示文本

This commit is contained in:
2025-12-09 18:01:12 +08:00
parent 2f61856ff6
commit a7f4556d9d
9 changed files with 57 additions and 54 deletions

View File

@@ -14,7 +14,7 @@ export default function HelpLayout(props: {
]}/>
<div className="flex gap-6">
<Sidebar/>
<div className="flex-1 bg-white border rounded p-6 min-h-[420px]">
<div className="flex-1 bg-white rounded p-6 min-h-[420px]">
{props.children}
</div>
</div>