|
|
|
@ -17,16 +17,16 @@ type UrlParamsOptions = {
|
|
|
|
[key: string]: string
|
|
|
|
[key: string]: string
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
const CompListComponent = () => <div style={{ height: '70vh', width: '100%' }}>组件列表</div>;
|
|
|
|
const CompListComponent = () => <div style={{ height: '100%', width: '100%' }}>组件列表</div>;
|
|
|
|
const AppInstanceComponent = () => <div style={{ height: '70vh', width: '100%' }}>应用实例</div>;
|
|
|
|
const AppInstanceComponent = () => <div style={{ height: '100%', width: '100%' }}>应用实例</div>;
|
|
|
|
const EventComponent = () => <div style={{ height: '70vh', width: '100%' }}>事件</div>;
|
|
|
|
const EventComponent = () => <div style={{ height: '100%', width: '100%' }}>事件</div>;
|
|
|
|
const GlobalVarComponent = () => <div style={{ height: '70vh', width: '100%' }}>全局变量</div>;
|
|
|
|
const GlobalVarComponent = () => <div style={{ height: '100%', width: '100%' }}>全局变量</div>;
|
|
|
|
const MyComponents = () => <div style={{ height: '70vh', width: '100%' }}>我的组件</div>;
|
|
|
|
const MyComponents = () => <div style={{ height: '100%', width: '100%' }}>我的组件</div>;
|
|
|
|
const MatchingComponents = () => <div style={{ height: '70vh', width: '100%' }}>协同组件</div>;
|
|
|
|
const MatchingComponents = () => <div style={{ height: '100%', width: '100%' }}>协同组件</div>;
|
|
|
|
const ComponentReview = () => <div style={{ height: '70vh', width: '100%' }}>组件审核</div>;
|
|
|
|
const ComponentReview = () => <div style={{ height: '100%', width: '100%' }}>组件审核</div>;
|
|
|
|
const ComponentCoding = () => <div style={{ height: '70vh', width: '100%' }}>组件编码</div>;
|
|
|
|
const ComponentCoding = () => <div style={{ height: '100%', width: '100%' }}>组件编码</div>;
|
|
|
|
const ComponentDeployment = () => <div style={{ height: '70vh', width: '100%' }}>组件部署</div>;
|
|
|
|
const ComponentDeployment = () => <div style={{ height: '100%', width: '100%' }}>组件部署</div>;
|
|
|
|
const ComponentTest = () => <div style={{ height: '70vh', width: '100%' }}>组件测试</div>;
|
|
|
|
const ComponentTest = () => <div style={{ height: '100%', width: '100%' }}>组件测试</div>;
|
|
|
|
|
|
|
|
|
|
|
|
function IDEContainer() {
|
|
|
|
function IDEContainer() {
|
|
|
|
|
|
|
|
|
|
|
|
@ -87,7 +87,7 @@ function IDEContainer() {
|
|
|
|
style={{
|
|
|
|
style={{
|
|
|
|
width: subMenuWidth,
|
|
|
|
width: subMenuWidth,
|
|
|
|
height: '100%',
|
|
|
|
height: '100%',
|
|
|
|
minHeight: 'calc(100vh - 40px)'
|
|
|
|
minHeight: 'calc(100vh - 60px)'
|
|
|
|
}}
|
|
|
|
}}
|
|
|
|
onMoving={handleSubMenuResize}
|
|
|
|
onMoving={handleSubMenuResize}
|
|
|
|
>
|
|
|
|
>
|
|
|
|
|