|
|
|
@ -4,10 +4,10 @@
|
|
|
|
|
* @Github:
|
|
|
|
|
* @Date: 2019-11-21 09:19:38
|
|
|
|
|
* @LastEditors: tangjiang
|
|
|
|
|
* @LastEditTime: 2019-12-20 09:23:07
|
|
|
|
|
* @LastEditTime: 2019-12-20 17:32:10
|
|
|
|
|
*/
|
|
|
|
|
import './index.scss';
|
|
|
|
|
import React, { useState } from 'react';
|
|
|
|
|
import React from 'react';
|
|
|
|
|
import { Collapse, Icon, Input, Form } from 'antd';
|
|
|
|
|
import { connect } from 'react-redux';
|
|
|
|
|
import actions from '../../../../../redux/actions';
|
|
|
|
@ -68,6 +68,7 @@ const AddTestDemo = (props) => {
|
|
|
|
|
const genExtra = () => (
|
|
|
|
|
<Icon
|
|
|
|
|
type="close"
|
|
|
|
|
className="collapse_close_icon"
|
|
|
|
|
onClick={handleDeletePanel}
|
|
|
|
|
/>
|
|
|
|
|
)
|
|
|
|
|