修改字体大小oj

dev_aliyun2
dinglink 5 years ago committed by harry
parent ce580dbeec
commit 93e9ee58af

@ -91,8 +91,8 @@ const SettingDrawer = (props) => {
});
return (
<React.Fragment>
<h2 className={'setting_h2'}>{title}</h2>
{result}
<h3 className={'setting_h2'}>{title}</h3>
{ result }
</React.Fragment>
);
}

@ -483,7 +483,7 @@ class EditTab extends React.Component {
{/* 添加测试用例 */}
<div className={'test_demo_title'} ref={this.headerRef}>
<h2>测试用例</h2>
<h3>测试用例</h3>
<Button type="primary" ghost onClick={handleAddTest}>添加测试用例</Button>
</div>
<div className="test_demo_ctx">

Loading…
Cancel
Save