Merge branch 'couponV2.0' of https://codeup.aliyun.com/5f9118049cffa29cfdd3be1c/marketing/frontend into couponV2.0
This commit is contained in:
commit
221acec118
|
@ -791,14 +791,10 @@ export default class orderlist extends React.Component {
|
|||
|
||||
<Dialog
|
||||
visible={this.state.visible}
|
||||
className='questModal'
|
||||
className='questModal refundForm'
|
||||
onClose={() => this.setState({ visible: false })}
|
||||
title='退款'>
|
||||
<Form
|
||||
model={this.state.model}
|
||||
className='form'
|
||||
rules={rules}
|
||||
ref='form'>
|
||||
<Form model={this.state.model} rules={rules} ref='form'>
|
||||
<FormItem
|
||||
labelname='退款账号'
|
||||
id='account'
|
||||
|
|
|
@ -28,14 +28,16 @@
|
|||
border-right: 0;
|
||||
}
|
||||
|
||||
#account-none {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.form {
|
||||
|
||||
.refundForm {
|
||||
margin: 20px 0 50px;
|
||||
}
|
||||
|
||||
.form-compontent {
|
||||
padding: 0
|
||||
}
|
||||
|
||||
#account-none {
|
||||
display: none;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue