mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 10:45:47 +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>
|
<Row>
|
||||||
<Col span={24} style={{display: "flex", justifyContent: "center"}} >
|
<Col span={24} style={{display: "flex", justifyContent: "center"}} >
|
||||||
<div style={{marginTop: "80px", textAlign: "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)
|
this.renderForm(application)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user