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