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

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

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

Loading…
Cancel
Save