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

问卷调查修改

上级 a48fd09d
......@@ -37,9 +37,11 @@ export default class ImageLoader extends React.Component {
lineHeight: height,
...divStyle,
}}>
<img src={url} alt={'预览图片'}
<img src={url}
alt={'预览图片'}
style={{ visibility: 'hidden'}}
ref={(image)=> this.image = image}/>
ref={(image)=> this.image = image}
/>
</div>);
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论