Compare commits
2 Commits
a41fb4bf91
...
9d694ae173
| Author | SHA1 | Date |
|---|---|---|
|
|
9d694ae173 | |
|
|
8bacb42f9a |
|
|
@ -2,8 +2,8 @@ import { Image } from "antd"
|
|||
import zd from '../../../assets/img/u0.png'
|
||||
const Page = () => {
|
||||
return (
|
||||
<div style={{display:'flex',justifyContent:'center',alignItems:'center',backgroundColor:'#fff',height:'100%'}}>
|
||||
<Image src={zd} style={{margin:'auto'}} preview={false}/>
|
||||
<div style={{display:'flex',justifyContent:'center',alignItems:'center',backgroundColor:'#fff',height:'100%',padding:'20px'}}>
|
||||
<Image src={zd} style={{margin:'auto',margin:'20px',height:'750px'}} preview={false}/>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue