[fix]:[FL-195][优化文档查看页面:修复标题重复和树/内容间距问题]

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
chengkai3
2026-06-27 08:04:16 +08:00
parent 7aaa663cc4
commit 5999dfe427
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -190,7 +190,6 @@ export default function DocsViewPage() {
<div className="flex min-h-0 flex-1 flex-col">
<AntCard
className="admin-docs-view-page-card"
title="操作文档"
extra={
isMobile ? (
<Button
+1 -1
View File
@@ -1510,7 +1510,7 @@ body {
min-height: 0;
flex: 1;
overflow-y: auto;
padding: 32px;
padding: 24px;
background: var(--fquiz-theme-bg-layout);
}