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

demo页面修改

上级 5bc0d055
......@@ -38,6 +38,7 @@ export default class UploadFile extends React.Component {
};
render() {
const {ShowComponent} = this.props;
return (
<div style={{
fontSize: '18px',
......@@ -45,7 +46,7 @@ export default class UploadFile extends React.Component {
paddingBottom: '10px',
position: 'relative'
}} >
<p
{ShowComponent ? ShowComponent : <p
style={{
position: 'absolute',
top: 0,
......@@ -57,7 +58,8 @@ export default class UploadFile extends React.Component {
margin: 'auto',
}}>
上传
</p>
</p>}
<input type="file"
accept={'image/*'}
id={'infoUpload'}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论