|
|
|
@ -91,7 +91,6 @@ function IDEContainer() {
|
|
|
|
}}
|
|
|
|
}}
|
|
|
|
onMoving={handleSubMenuResize}
|
|
|
|
onMoving={handleSubMenuResize}
|
|
|
|
>
|
|
|
|
>
|
|
|
|
{/* 这里是子菜单区域,可以根据需要添加具体内容 */}
|
|
|
|
|
|
|
|
<div style={{
|
|
|
|
<div style={{
|
|
|
|
width: '100%',
|
|
|
|
width: '100%',
|
|
|
|
height: '100%',
|
|
|
|
height: '100%',
|
|
|
|
@ -101,10 +100,11 @@ function IDEContainer() {
|
|
|
|
子菜单区域
|
|
|
|
子菜单区域
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ResizeBox>
|
|
|
|
</ResizeBox>
|
|
|
|
|
|
|
|
|
|
|
|
<div className={styles.mainContent}>
|
|
|
|
<div className={styles.mainContent}>
|
|
|
|
{renderContent()}
|
|
|
|
{renderContent()}
|
|
|
|
|
|
|
|
{urlParams.identity !== 'componentDevelopment' && <LogBar></LogBar>}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{urlParams.identity !== 'componentDevelopment' && <LogBar></LogBar>}
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<RightSideBar></RightSideBar>
|
|
|
|
<RightSideBar></RightSideBar>
|
|
|
|
|