dev_forum
杨树林 5 years ago
parent d4674d6ef1
commit e76a91063b

@ -569,7 +569,7 @@ class LoginRegisterComponent extends Component {
} }
<Button size={"large"} type="primary" <Button size={"large"} type="primary"
style={{height:"46px", width: "100%",}} style={{height:"46px", width: "100%",marginBottom:"26px"}}
onClick={this.Retrievepassword}>完成</Button> onClick={this.Retrievepassword}>完成</Button>
</div> </div>
</div> </div>

@ -838,7 +838,7 @@ class LoginRegisterComponent extends Component {
><span className="font-14 " style={{ ><span className="font-14 " style={{
color: '#676767', color: '#676767',
}}>我已阅读并同意服务协议条款</span></Checkbox> }}>我已阅读并同意服务协议条款</span></Checkbox>
<Button className=" font-16" type="primary" style={{height:"46px", width: "100%",marginTop: "26px",}} onClick={() => this.postregistered()} <Button className=" font-16" type="primary" style={{height:"46px", width: "100%",marginBottom:"26px"}} onClick={() => this.postregistered()}
size={"large"}>注册</Button> size={"large"}>注册</Button>

Loading…
Cancel
Save