opti: 测试报告

This commit is contained in:
suxiaoxin 2017-12-01 15:19:09 +08:00
parent e5aca5e0d1
commit 044f062082
2 changed files with 5 additions and 2 deletions

View File

@ -584,7 +584,7 @@ class InterfaceColContent extends Component {
</Table.Provider>
<Modal
title="测试报告"
width="660px"
width="900px"
style={{ minHeight: '500px' }}
visible={this.state.visible}
onCancel={this.handleCancel}

View File

@ -78,10 +78,13 @@
cursor: move;
}
.report{
min-height: 400px;
min-height: 500px;
.case-report-pane{
margin-top: 10px;
}
.url{
overflow: auto;
}
.case-report{
margin: 10px;