From 912b3f7a21aea4562a1279220c1a28901b93e59e Mon Sep 17 00:00:00 2001 From: chiguangxu Date: Tue, 17 Apr 2018 17:00:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E6=A0=87=E7=9B=B8=E5=85=B3=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/include/left_menu.jsp | 2 +- .../webapp/WEB-INF/tags/sys/iconselect.tag | 6 +- src/main/webapp/WEB-INF/views/home.jsp | 2 +- .../webapp/WEB-INF/views/sys/menuForm.jsp | 6 +- .../webapp/WEB-INF/views/sys/menuList.jsp | 4 +- .../WEB-INF/views/sys/tagIconselect.jsp | 668 +++++++++++++++++- .../plugins/bootstrap/css/bootstrap.css | 2 +- 7 files changed, 676 insertions(+), 14 deletions(-) diff --git a/src/main/webapp/WEB-INF/include/left_menu.jsp b/src/main/webapp/WEB-INF/include/left_menu.jsp index 0be664bd3..682412d8e 100644 --- a/src/main/webapp/WEB-INF/include/left_menu.jsp +++ b/src/main/webapp/WEB-INF/include/left_menu.jsp @@ -23,7 +23,7 @@ href="javascript:;" class="nav-link nav-toggle"> - + <%-- ${secondMenu.name } --%> diff --git a/src/main/webapp/WEB-INF/tags/sys/iconselect.tag b/src/main/webapp/WEB-INF/tags/sys/iconselect.tag index 694ff0f9a..38fd6b38a 100644 --- a/src/main/webapp/WEB-INF/tags/sys/iconselect.tag +++ b/src/main/webapp/WEB-INF/tags/sys/iconselect.tag @@ -3,7 +3,7 @@ <%@ attribute name="id" type="java.lang.String" required="true" description="编号"%> <%@ attribute name="name" type="java.lang.String" required="true" description="输入框名称"%> <%@ attribute name="value" type="java.lang.String" required="true" description="输入框值"%> -   +