1
This commit is contained in:
parent
e390373088
commit
6608655ed1
@ -74,7 +74,7 @@ class GuideCanvas extends Component {
|
|||||||
<div style={{ display: 'flex', flexDirection: 'row', margin: '20px' }}>
|
<div style={{ display: 'flex', flexDirection: 'row', margin: '20px' }}>
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
display: 'none',
|
display: 'flex',
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
marginRight: '30px',
|
marginRight: '30px',
|
||||||
|
|||||||
@ -338,7 +338,7 @@ const GuideCodePage = (props) => {
|
|||||||
<Modal
|
<Modal
|
||||||
title=""
|
title=""
|
||||||
visible={showCanvas}
|
visible={showCanvas}
|
||||||
width="450px"
|
width="650px"
|
||||||
centered={true}
|
centered={true}
|
||||||
onOk={() => {
|
onOk={() => {
|
||||||
setshowCanvas(false);
|
setshowCanvas(false);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user