删除多余新增按钮的class属性

This commit is contained in:
wangwei
2019-05-07 15:26:44 +08:00
parent f1fc6ee9aa
commit 46fff54557
5 changed files with 5 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ $(function(){
class="fileupload-preview"></span>
</div>
<span class="btn btn-file ">
<button type="button" class="btn fileupload-new addId">
<button type="button" class="btn fileupload-new">
<spring:message code="add" />
</button>
<button type="button" class="btn fileupload-exists">

View File

@@ -268,7 +268,7 @@
class="fileupload-preview"></span>
</div>
<span class="btn btn-file ">
<button type="button" class="btn fileupload-new addId">
<button type="button" class="btn fileupload-new">
<spring:message code="add" />
</button>
<button type="button" class="btn fileupload-exists">