Skip to content

Commit

Permalink
docs: update layout
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-Shen committed Nov 15, 2023
1 parent 74f3c2f commit aca878c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/layouts/main/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export default function Layout() {
<Menu path={`/${secondPath}`} />
</div>
<div className="flex min-h-0 overflow-auto justify-center flex-auto max-h-[calc(100vh-56px)]">
<div className="flex-grow overflow-auto prose prose-slate py-6 px-6">
<div className="flex-grow overflow-auto prose prose-slate py-16 px-6">
<Outlet />
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/locale/resources/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"guide.task-annotation.video": "视频",
"guide.task-annotation.audio": "音频",
"guide.task-check": "查看任务",
"guide.account": "账号",
"guide.account": "注册与登录",
"guide.export": "结果导出",
"guide.export.image": "图片",
"guide.export.video": "视频",
Expand Down

0 comments on commit aca878c

Please sign in to comment.