style(component): 调整组件预览区域样式

master
钟良源 3 days ago
parent f1827f133b
commit 4d4883daec

@ -590,7 +590,8 @@ const AddComponentModal = ({ visible, baseInfo, setVisible, onReFresh, mode = 'c
<div <div
style={{ style={{
width: '80%', width: '80%',
height: 200 height: "40vh",
overflow: 'auto'
}} }}
> >
<CompReview componentDesignData={componentDesignData} /> <CompReview componentDesignData={componentDesignData} />

Loading…
Cancel
Save