mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-19 05:48:17 +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 (
|
return (
|
||||||
<div className="lc-settings-main">
|
<div className="lc-settings-main">
|
||||||
|
{ this.renderBreadcrumb() }
|
||||||
<Tab
|
<Tab
|
||||||
activeKey={activeKey}
|
activeKey={activeKey}
|
||||||
onChange={(tabKey) => {
|
onChange={(tabKey) => {
|
||||||
@ -238,7 +239,6 @@ export class SettingsPrimaryPane extends Component<{ editor: Editor; config: any
|
|||||||
animation={false}
|
animation={false}
|
||||||
excessMode="dropdown"
|
excessMode="dropdown"
|
||||||
contentClassName="lc-settings-tabs-content"
|
contentClassName="lc-settings-tabs-content"
|
||||||
extra={this.renderBreadcrumb()}
|
|
||||||
>
|
>
|
||||||
{tabs}
|
{tabs}
|
||||||
</Tab>
|
</Tab>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user