mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 02:35:49 +08:00
Set face logo width to 250.
This commit is contained in:
parent
abe1e5eccb
commit
475f79ffc8
@ -149,7 +149,7 @@ class Face extends React.Component {
|
||||
<Row>
|
||||
<Col span={24} style={{display: "flex", justifyContent: "center"}} >
|
||||
<div style={{marginTop: "80px", textAlign: "center"}}>
|
||||
<img src={application.logo} alt={application.displayName} style={{marginBottom: '50px'}}/>
|
||||
<img width={250} src={application.logo} alt={application.displayName} style={{marginBottom: '50px'}}/>
|
||||
{
|
||||
this.renderForm(application)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user