上传按钮错误修复

This commit is contained in:
ciaochaos 2020-05-15 17:11:07 +08:00
parent 7073895d52
commit 1e832b74b4
2 changed files with 5 additions and 1 deletions

View File

@ -357,6 +357,10 @@ input[type="number"]{
margin-bottom: 10px; margin-bottom: 10px;
} }
.ul-btn {
float: left;
}
.dl-btn { .dl-btn {
cursor: pointer; cursor: pointer;
font-size: 0.9em; font-size: 0.9em;

View File

@ -7,7 +7,7 @@ const ParamUpload = ({ rendererIndex, paramIndex, onChange }) => (
<label <label
htmlFor="image_upload" htmlFor="image_upload"
key={"label_" + rendererIndex + "_" + paramIndex} key={"label_" + rendererIndex + "_" + paramIndex}
className="dl-btn" className="dl-btn ul-btn"
style={{textAlign: "center"}} style={{textAlign: "center"}}
> >
上传图片 上传图片