|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
* @Github:
|
|
|
|
|
* @Date: 2019-11-27 16:02:36
|
|
|
|
|
* @LastEditors: tangjiang
|
|
|
|
|
* @LastEditTime: 2019-12-10 09:30:27
|
|
|
|
|
* @LastEditTime: 2019-12-13 17:32:33
|
|
|
|
|
*/
|
|
|
|
|
import './index.scss';
|
|
|
|
|
import React, { useState, useRef } from 'react';
|
|
|
|
@ -84,7 +84,7 @@ const ControlSetting = (props) => {
|
|
|
|
|
<Tabs
|
|
|
|
|
className={classNames}
|
|
|
|
|
activeKey={defaultActiveKey}
|
|
|
|
|
tabBarStyle={{ backgroundColor: '#000', color: '#fff' }}
|
|
|
|
|
tabBarStyle={{ backgroundColor: 'rgba(48,48,48,1)', color: '#fff' }}
|
|
|
|
|
onChange={handleTabChange}
|
|
|
|
|
>
|
|
|
|
|
<TabPane tab={'自定义测试用例'} key={'1'} style={{ height: '280px', overflowY: 'auto' }}>
|
|
|
|
|