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

Loading…
Cancel
Save