提交 e1b4508c authored 作者: 钟是志's avatar 钟是志

更新构建脚步

上级 1e2b8f2c
......@@ -98,7 +98,7 @@ class UploadCom extends React.Component {
<li key={f.path} className={styles.preview_img}>
<div className={styles.preview_div}>
<img
style={{ width: 100, height: 100 }}
style={{ width: 150, height: 'auto' }}
className={styles.img}
src={queryApiActionPath() + f.path}
/>
......@@ -143,7 +143,9 @@ class UploadCom extends React.Component {
<Modal
visible={previewVisible}
footer={null}
onCancel={() => this.setState({ previewVisible: false })}>
onCancel={() => this.setState({ previewVisible: false })}
width={'1000px'}
>
<img alt="example" style={{ width: "100%" }} src={previewImage} />
</Modal>
</div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论