fix: height
This commit is contained in:
parent
e6319a3c33
commit
65cb2b7342
|
@ -378,7 +378,10 @@ class RegisterPage extends React.Component {
|
|||
showUploadList={false}
|
||||
{...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>
|
||||
</Grid>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user