style:调整样式
This commit is contained in:
parent
31a046c4f4
commit
47fb96cb1b
|
@ -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
|
||||
.form-compontent {
|
||||
padding: 0
|
||||
}
|
||||
|
||||
#account-none {
|
||||
display: none;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue