style:调整样式

This commit is contained in:
wangsongsole 2022-10-14 13:54:50 +08:00
parent 31a046c4f4
commit 47fb96cb1b
2 changed files with 11 additions and 13 deletions

View File

@ -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'

View File

@ -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;
}
}