Browse Source

开始抽查 按钮居中

dev
CODE 1 year ago
parent
commit
8a2f05690b
  1. 9
      web/client/src/sections/fillion/containers/maintenanceSpotCheck.js

9
web/client/src/sections/fillion/containers/maintenanceSpotCheck.js

@ -632,9 +632,10 @@ const MaintenanceSpotCheck = (props) => {
</Form.Item> */}
</Input.Group>
</Form.Item>
<Form.Item className="ant-row" >
<Button style={{ marginLeft: '200%' }} type='primary' onClick={extractHandler}>开始抽取</Button>
<Form.Item className="ant-row" style={{
textAlign: 'center',
}}>
<Button style={{}} type='primary' onClick={extractHandler}>开始抽取</Button>
</Form.Item>
<Form.Item label='抽查总数' name='result'>
<Input disabled />
@ -654,7 +655,7 @@ const MaintenanceSpotCheck = (props) => {
</div>
)
}
function mapStateToProps(state) {
function mapStateToProps (state) {
const { auth, spotCheckDetail, reportDetail } = state
//('state1', state)
return {

Loading…
Cancel
Save