|
|
|
@ -242,7 +242,7 @@ class InterestpageComponent extends Component {
|
|
|
|
|
// height: 346px;
|
|
|
|
|
return (
|
|
|
|
|
|
|
|
|
|
<div className="ysllogin_register_contents" style={{width:"800px",height: "600px"}}>
|
|
|
|
|
<div className="ysllogin_register_contents" style={{width:"800px",height: "550px"}}>
|
|
|
|
|
|
|
|
|
|
<MyEduCoderModal
|
|
|
|
|
modalsType={this.state.MyEduCoderModals}
|
|
|
|
@ -280,7 +280,7 @@ class InterestpageComponent extends Component {
|
|
|
|
|
)
|
|
|
|
|
})}
|
|
|
|
|
</div>
|
|
|
|
|
<Button className="yslbutton" size={"large"} type="primary"onClick={()=>this.Interestcompletionpage()} style={{width:"255px",height: "36px",background: "#4CACFF",marginTop: "30px"} }>完成</Button>
|
|
|
|
|
<Button className="yslbutton" size={"large"} type="primary"onClick={()=>this.Interestcompletionpage()} style={{width:"255px",height: "35px",background: "#4CACFF",marginTop: "17px"} }>完成</Button>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|