1.树形图调整
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<%@ page language="java" contentType="text/html; charset=UTF-8"
|
||||
pageEncoding="UTF-8"%>
|
||||
pageEncoding="UTF-8"%>
|
||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
|
||||
<%@ taglib prefix="shiro" uri="http://shiro.apache.org/tags"%>
|
||||
<c:set var="ctx" value="${pageContext.request.contextPath}" />
|
||||
<link rel="stylesheet"
|
||||
href="${ctx}/css/plugin/metroStyle/metroStyle.css">
|
||||
href="${ctx}/css/plugin/metroStyle/metroStyle.css">
|
||||
<div id="father"
|
||||
style="width: 280px; float: left; height: 100%; margin-top: 5px">
|
||||
style="width: 280px; float: left; height: 100%; margin-top: 5px">
|
||||
<div class="has-feedback" style="width: 100%;">
|
||||
<form class="form-inline" style="padding-top: 5px;padding-bottom: 5px;">
|
||||
<label style="font-size: 12px;font-weight: 500;">分类方式:</label>
|
||||
@@ -32,7 +32,7 @@
|
||||
<%-- </button>--%>
|
||||
<%-- <button type="button" id="resetB"--%>
|
||||
<%-- class="btn-primary"--%>
|
||||
<%-- onclick=""--%>
|
||||
<%-- onclick="resetTree()"--%>
|
||||
<%-- style="padding: 0 5px; height: 25px; width: 55px; border-radius: 4px; border: 1px solid;display:none;">--%>
|
||||
<%-- <i class="glyphicon glyphicon-refresh"></i>重置--%>
|
||||
<%-- </button>--%>
|
||||
|
||||
Reference in New Issue
Block a user