mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 02:35:49 +08:00
fix: make the app list in homepage have the same height (#1239)
* fix: make the app list in homepage have the same height * fix: make the app list in homepage have the same height * Update SingleCard.js Co-authored-by: hsluoyz <hsluoyz@qq.com>
This commit is contained in:
parent
d4b587b93e
commit
2f72e6971b
@ -62,10 +62,10 @@ class SingleCard extends React.Component {
|
||||
<Card
|
||||
hoverable
|
||||
cover={
|
||||
<img alt="logo" src={logo} style={{width: "100%", objectFit: "scale-down"}} />
|
||||
<img alt="logo" src={logo} style={{width: "100%", height: "200px", padding: "20px", objectFit: "scale-down"}} />
|
||||
}
|
||||
onClick={() => Setting.goToLinkSoft(this, silentSigninLink)}
|
||||
style={isSingle ? {width: "320px"} : {width: "100%"}}
|
||||
style={isSingle ? {width: "320px", height: "100%"} : {width: "100%", height: "100%"}}
|
||||
>
|
||||
<Meta title={title} description={desc} />
|
||||
<br />
|
||||
|
Loading…
x
Reference in New Issue
Block a user