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: 'none',
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
marginRight: '30px',

View File

@ -338,7 +338,7 @@ const GuideCodePage = (props) => {
<Modal
title=""
visible={showCanvas}
width="450px"
width="650px"
centered={true}
onOk={() => {
setshowCanvas(false);