This commit is contained in:
yunkexin 2026-01-28 14:20:34 +08:00
parent e390373088
commit 6608655ed1
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

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