作者 董瑞恩
1 个管道 的构建 通过 耗费 0 秒

interface

@@ -41,7 +41,7 @@ @@ -41,7 +41,7 @@
41 <tr> 41 <tr>
42 <th width="80">上传文件<span class="form-required">*</span></th> 42 <th width="80">上传文件<span class="form-required">*</span></th>
43 <td> 43 <td>
44 - <input type="file" id="myfile" name="myfile"> 44 + <input class="form-control" type="file" id="myfile" name="myfile">
45 </td> 45 </td>
46 </tr> 46 </tr>
47 </table> 47 </table>
@@ -50,10 +50,6 @@ @@ -50,10 +50,6 @@
50 <button class="btn btn-primary js-ajax-submit">上传</button> 50 <button class="btn btn-primary js-ajax-submit">上传</button>
51 </div> 51 </div>
52 </div> 52 </div>
53 - <div style="text-align: center">  
54 - <a class="btn btn-primary" href="{:url('AdminEquipment/template_export')}">下载模板</a>  
55 - <button class="btn btn-primary js-ajax-submit">上传</button>  
56 - </div>  
57 </div> 53 </div>
58 </form> 54 </form>
59 </div> 55 </div>