|
|
@ -4,7 +4,7 @@
|
|
|
|
* @Github:
|
|
|
|
* @Github:
|
|
|
|
* @Date: 2019-11-27 16:02:36
|
|
|
|
* @Date: 2019-11-27 16:02:36
|
|
|
|
* @LastEditors : tangjiang
|
|
|
|
* @LastEditors : tangjiang
|
|
|
|
* @LastEditTime : 2019-12-27 18:05:50
|
|
|
|
* @LastEditTime : 2020-01-20 17:42:06
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
import './index.scss';
|
|
|
|
import './index.scss';
|
|
|
|
import React, { useState, useRef, useEffect } from 'react';
|
|
|
|
import React, { useState, useRef, useEffect } from 'react';
|
|
|
@ -99,9 +99,17 @@ const ControlSetting = (props) => {
|
|
|
|
// debuggerCode(identifier, values);
|
|
|
|
// debuggerCode(identifier, values);
|
|
|
|
onDebuggerCode(values);
|
|
|
|
onDebuggerCode(values);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// icon-shangjiantou
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<div className="pane_control_area">
|
|
|
|
<div className="pane_control_area">
|
|
|
|
|
|
|
|
<div
|
|
|
|
|
|
|
|
className="pane_control_collapse"
|
|
|
|
|
|
|
|
onClick={handleShowControl}
|
|
|
|
|
|
|
|
style={{ top: showTextResult ? '-267px' : 0 }}
|
|
|
|
|
|
|
|
>
|
|
|
|
|
|
|
|
{/* <i className="iconfont icon-xiajiantou icon"></i> */}
|
|
|
|
|
|
|
|
<Icon type={ showTextResult ? "down" : "up" } />
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<Tabs
|
|
|
|
<Tabs
|
|
|
|
className={classNames}
|
|
|
|
className={classNames}
|
|
|
|
activeKey={defaultActiveKey}
|
|
|
|
activeKey={defaultActiveKey}
|
|
|
@ -126,8 +134,10 @@ const ControlSetting = (props) => {
|
|
|
|
<Button
|
|
|
|
<Button
|
|
|
|
type="link"
|
|
|
|
type="link"
|
|
|
|
style={{ color: '#fff' }}
|
|
|
|
style={{ color: '#fff' }}
|
|
|
|
onClick={handleShowControl}>
|
|
|
|
// onClick={handleShowControl}
|
|
|
|
控制台 <Icon type={ showTextResult ? "down" : "up" } />
|
|
|
|
>
|
|
|
|
|
|
|
|
控制台
|
|
|
|
|
|
|
|
{/* <Icon type={ showTextResult ? "down" : "up" } /> */}
|
|
|
|
</Button>
|
|
|
|
</Button>
|
|
|
|
<p>
|
|
|
|
<p>
|
|
|
|
<Button ghost
|
|
|
|
<Button ghost
|
|
|
|