feat: fix header overflow and account disappear bug, improve UI, optimize touchscreen experience (#187)

Signed-off-by: turbodog03 <63595854+turbodog03@users.noreply.github.com>
This commit is contained in:
turbodog03
2021-07-23 09:46:01 +08:00
committed by GitHub
parent 66f36d780a
commit 8d7fdb93ac
16 changed files with 187 additions and 225 deletions

View File

@ -70,11 +70,7 @@ class HomePage extends React.Component {
)
} else {
return (
<div>
<Row>
<Col span={1}>
</Col>
<Col span={22}>
<div style={{marginRight:'15px',marginLeft:'15px'}}>
<Row style={{marginLeft: "-20px", marginRight: "-20px", marginTop: "20px"}} gutter={24}>
{
items.map(item => {
@ -84,10 +80,6 @@ class HomePage extends React.Component {
})
}
</Row>
</Col>
<Col span={1}>
</Col>
</Row>
</div>
)
}
@ -96,7 +88,6 @@ class HomePage extends React.Component {
render() {
return (
<div>
&nbsp;
<Row style={{width: "100%"}}>
<Col span={24} style={{display: "flex", justifyContent: "center"}} >
{