Skip to content

Commit edfdb48

Browse files
committed
更新
1 parent e835087 commit edfdb48

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

frame-frontend/src/main/webapp/WEB-INF/jsp/supplier/supplier.jsp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
<div id="supplier-page" class="page">
55

6+
<div class="box-header with-border">
7+
<h3 class="box-title">组合查询供应商</h3>
8+
</div>
69
<form id="supplier-query" class="form-inline">
710
<span class="form-group">
811
<label>供应商名</label>

frame-frontend/src/main/webapp/WEB-INF/jsp/upload/uploadPage.jsp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
33

44
<div id="upload-page" class="page">
5-
<h1 class="page-header">上传文件</h1>
5+
<div class="box-header with-border">
6+
<h3 class="box-title">上传文件</h3>
7+
</div>
68
<div class="row" id="upload-div">
79
<div class="col-xs-6">
810
<div class="form-group">

0 commit comments

Comments
 (0)