上传按钮错误修复
This commit is contained in:
parent
7073895d52
commit
1e832b74b4
|
@ -357,6 +357,10 @@ input[type="number"]{
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.ul-btn {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.dl-btn {
|
||||
cursor: pointer;
|
||||
font-size: 0.9em;
|
||||
|
|
|
@ -7,7 +7,7 @@ const ParamUpload = ({ rendererIndex, paramIndex, onChange }) => (
|
|||
<label
|
||||
htmlFor="image_upload"
|
||||
key={"label_" + rendererIndex + "_" + paramIndex}
|
||||
className="dl-btn"
|
||||
className="dl-btn ul-btn"
|
||||
style={{textAlign: "center"}}
|
||||
>
|
||||
上传图片
|
||||
|
|
Loading…
Reference in New Issue