修改字体大小oj

video_transcode
dinglink 5 years ago
parent d096575b14
commit 770781f131

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

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

Loading…
Cancel
Save