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