refactor: 调整设置区面包屑位置

This commit is contained in:
lihao.ylh 2021-09-14 11:17:25 +08:00
parent 8850829423
commit fc7c78387f

View File

@ -229,6 +229,7 @@ export class SettingsPrimaryPane extends Component<{ editor: Editor; config: any
return (
<div className="lc-settings-main">
{ this.renderBreadcrumb() }
<Tab
activeKey={activeKey}
onChange={(tabKey) => {
@ -238,7 +239,6 @@ export class SettingsPrimaryPane extends Component<{ editor: Editor; config: any
animation={false}
excessMode="dropdown"
contentClassName="lc-settings-tabs-content"
extra={this.renderBreadcrumb()}
>
{tabs}
</Tab>