1.树形图调整

This commit is contained in:
wr
2024-04-23 13:25:56 +08:00
parent ac39b8c0ce
commit 50efa0ab3c
2 changed files with 203 additions and 260 deletions

View File

@@ -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>--%>