5.27 样式修改

This commit is contained in:
jl-zhoujl2
2022-05-27 14:07:09 +08:00
parent 5c8fe3ae45
commit ebaaec02f6

View File

@ -394,8 +394,9 @@ const PublicPlatform: React.FC<{}> = () => {
onCancel={() => setExampleVisible(false)} onCancel={() => setExampleVisible(false)}
cancelText="关闭" cancelText="关闭"
okButtonProps={{ hidden: true }} okButtonProps={{ hidden: true }}
bodyStyle={{ padding: 48 }}
centered centered
width={873} width={921}
> >
<img src={exampleImg} width="825" height="501" /> <img src={exampleImg} width="825" height="501" />
</Modal> </Modal>