修改注册页面样式
This commit is contained in:
@ -194,8 +194,7 @@ const SupplierRegister: React.FC<supplierWithInputProps> = (props) => {
|
|||||||
<Form.Item
|
<Form.Item
|
||||||
name="agreement"
|
name="agreement"
|
||||||
valuePropName="checked"
|
valuePropName="checked"
|
||||||
labelCol={{ span: 2 }}
|
wrapperCol={{ span: 24 }}
|
||||||
wrapperCol={{ span: 19 }}
|
|
||||||
rules={[
|
rules={[
|
||||||
{
|
{
|
||||||
validator: (_, value) =>
|
validator: (_, value) =>
|
||||||
@ -205,6 +204,7 @@ const SupplierRegister: React.FC<supplierWithInputProps> = (props) => {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
|
<div style={{ textAlign: 'center' }}>
|
||||||
<Checkbox>
|
<Checkbox>
|
||||||
我已阅读并同意
|
我已阅读并同意
|
||||||
<Button
|
<Button
|
||||||
@ -218,6 +218,7 @@ const SupplierRegister: React.FC<supplierWithInputProps> = (props) => {
|
|||||||
《注册信息承诺书》
|
《注册信息承诺书》
|
||||||
</Button>
|
</Button>
|
||||||
</Checkbox>
|
</Checkbox>
|
||||||
|
</div>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user