Add apps to homepage.

This commit is contained in:
Gucheng Wang
2022-04-25 13:27:26 +08:00
parent fb7e2729c6
commit 0e41568f62
4 changed files with 41 additions and 13 deletions

View File

@ -51,10 +51,10 @@ class SingleCard extends React.Component {
<Card
hoverable
cover={
<img alt="logo" src={logo} width={"100%"} height={"100%"} />
<img alt="logo" src={logo} style={{width: "100%", height: "210px", objectFit: "scale-down"}} />
}
onClick={() => Setting.goToLinkSoft(this, link)}
style={isSingle ? {width: "320px"} : null}
style={isSingle ? {width: "320px"} : {width: "100%"}}
>
<Meta title={title} description={desc} />
<br/>