5.27 样式修改
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user