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
|
<Dialog
|
||||||
visible={this.state.visible}
|
visible={this.state.visible}
|
||||||
className='questModal'
|
className='questModal refundForm'
|
||||||
onClose={() => this.setState({ visible: false })}
|
onClose={() => this.setState({ visible: false })}
|
||||||
title='退款'>
|
title='退款'>
|
||||||
<Form
|
<Form model={this.state.model} rules={rules} ref='form'>
|
||||||
model={this.state.model}
|
|
||||||
className='form'
|
|
||||||
rules={rules}
|
|
||||||
ref='form'>
|
|
||||||
<FormItem
|
<FormItem
|
||||||
labelname='退款账号'
|
labelname='退款账号'
|
||||||
id='account'
|
id='account'
|
||||||
|
|
|
@ -28,14 +28,16 @@
|
||||||
border-right: 0;
|
border-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#account-none {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.form {
|
|
||||||
|
.refundForm {
|
||||||
margin: 20px 0 50px;
|
margin: 20px 0 50px;
|
||||||
}
|
|
||||||
|
|
||||||
.form-compontent {
|
.form-compontent {
|
||||||
padding: 0
|
padding: 0
|
||||||
|
}
|
||||||
|
|
||||||
|
#account-none {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue