Commit 7797be02 authored by xinyuandu's avatar xinyuandu

附件上限10

parent 3c3c5294
...@@ -310,11 +310,11 @@ ...@@ -310,11 +310,11 @@
<!--附件--> <!--附件-->
<div class="form-group"> <div class="form-group">
<label class="col-sm-2 control-label">附件(格式为pdf/doc,选填,上限为5个):</label> <label class="col-sm-2 control-label">附件(格式为pdf/doc,选填,上限为10个):</label>
<div class="col-sm-9"> <div class="col-sm-9">
<div class="file-upload-area" style="padding-left:15px!important"> <div class="file-upload-area" style="padding-left:15px!important">
<div class="btn-area"> <div class="btn-area">
<input type="file" id="file_input" class="" data-limittop="5" /> <!--修改上传文件的最大数字--> <input type="file" id="file_input" class="" data-limittop="10" /> <!--修改上传文件的最大数字-->
<button class="btn btn-default">选择附件</button> <button class="btn btn-default">选择附件</button>
</div> </div>
<ul class="img-pre-ul" id="fujian_ul"></ul> <ul class="img-pre-ul" id="fujian_ul"></ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment