上传按钮错误修复
This commit is contained in:
parent
7073895d52
commit
1e832b74b4
|
@ -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;
|
||||||
|
|
|
@ -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"}}
|
||||||
>
|
>
|
||||||
上传图片
|
上传图片
|
||||||
|
|
Loading…
Reference in New Issue