mirror of
https://github.com/YMFE/yapi.git
synced 2025-02-17 13:49:43 +08:00
opti: 测试报告
This commit is contained in:
parent
e5aca5e0d1
commit
044f062082
@ -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}
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user