fix: height

This commit is contained in:
Hasta Ragil Saputra 2019-01-29 17:25:36 +07:00
parent e6319a3c33
commit 65cb2b7342

View File

@ -378,7 +378,10 @@ class RegisterPage extends React.Component {
showUploadList={false} showUploadList={false}
{...this.createUploadProps("photo")} {...this.createUploadProps("photo")}
> >
{upload_photo ? <img src={upload_photo} alt="avatar" /> : uploadButtonPhoto} {upload_photo ? <img src={upload_photo} alt="avatar" style={{
width: 104,
height: 104
}}/> : uploadButtonPhoto}
</Upload> </Upload>
</Grid> </Grid>