Compare commits

...

2 Commits

Author SHA1 Message Date
xielei 9d694ae173 Merge branch 'master' of http://10.0.41.100:3000/lishenfeng/tsg-web 2024-09-30 15:41:02 +08:00
xielei 8bacb42f9a 页面搭建 2024-09-30 15:40:57 +08:00
1 changed files with 2 additions and 2 deletions

View File

@ -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>
)
}