mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +00:00
refactor: 调整设置区面包屑位置
This commit is contained in:
parent
8850829423
commit
fc7c78387f
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user