Browse Source

修改对话框

dev
dengyinhuan 2 years ago
parent
commit
1f603569cb
  1. 4
      web/client/src/sections/fillion/components/editGuanlang.js

4
web/client/src/sections/fillion/components/editGuanlang.js

@ -168,9 +168,7 @@ const EditGuanlang = (props) => {
rules={[{ required: true, message: '通道号不能为空' }]}> rules={[{ required: true, message: '通道号不能为空' }]}>
<Col span={24} style={{ display: 'flex', justifyContent: 'space-around' }}> <Col span={24} style={{ display: 'flex', justifyContent: 'space-around' }}>
<Input/> <Input/>
<Button type="primary">
获取
</Button>
</Col> </Col>
</Form.Item> </Form.Item>
</Col> </Col>

Loading…
Cancel
Save