diff --git a/WebContent/admin/borrowlist.jsp b/WebContent/admin/borrowlist.jsp index 8c0ef74..c1c6dbe 100644 --- a/WebContent/admin/borrowlist.jsp +++ b/WebContent/admin/borrowlist.jsp @@ -56,7 +56,7 @@ ,{field:'borrow_date', width:180, title: '借阅时间'} ,{field:'end_date', title: '限定时间', width: 180} ,{field:'return_date', width:180, title: '归还时间', sort: true} - ,{field:'illegal', width:280, title: '违章信息', sort: true} + ,{field:'illegal', minWidth:280, title: '违章信息', sort: true} ,{field:'manager_id', width:80, title: '处理人'} ]] ,page: true diff --git a/WebContent/admin/index.jsp b/WebContent/admin/index.jsp index d18f6b2..90d4c88 100644 --- a/WebContent/admin/index.jsp +++ b/WebContent/admin/index.jsp @@ -15,15 +15,12 @@