Commit 581d78a4 by liuyongshuai Committed by liuyongshuai

调整ztree大小和去掉页面不该有的东西

parent 1c3708eb
......@@ -19,15 +19,15 @@
<link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/resources/h-ui/skin/green/skin.css"
id="skin"/>
<link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/resources/h-ui/css/style.css"/>
<title>ssm+shiro后台管理系统(权限控制)</title>
<title>权限控制</title>
</head>
<body>
<header class="navbar-wrapper">
<div class="navbar navbar-fixed-top">
<div class="container-fluid cl">
<a class="logo navbar-logo f-l mr-10 hidden-xs" href="javascript:;">ssm+shiro后台管理系统(权限控制)</a>
<a class="logo navbar-logo-m f-l mr-10 visible-xs" href="javascript:;">后台管理系统(权限控制)</a>
<a class="logo navbar-logo f-l mr-10 hidden-xs" href="javascript:;">权限控制</a>
<a class="logo navbar-logo-m f-l mr-10 visible-xs" href="javascript:;">权限控制</a>
<span class="logo navbar-slogan f-l mr-10 hidden-xs"></span>
<a aria-hidden="false" class="nav-toggle Hui-iconfont visible-xs" href="javascript:;"
onclick="showAllBtn()">&#xe667;</a>
......@@ -62,8 +62,8 @@
<shiro:hasRole name="user">
尊敬的:<shiro:principal/>,欢迎您!用户
</shiro:hasRole>
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;员工工号:&nbsp;&nbsp;&nbsp;&nbsp;<shiro:principal
property="username"/>
<li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;用户名:&nbsp;&nbsp;<shiro:principal
property="trueName"/>
&nbsp;&nbsp;&nbsp;&nbsp;
</li>
<%-- <shiro:hasRole name="administrator">
......
......@@ -8,7 +8,7 @@
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>ssm+shiro后台管理系统(权限控制)</title>
<title>权限控制</title>
<link rel="Bookmark" href="${pageContext.request.contextPath}/resources/image/favicon.ico">
<link rel="Shortcut Icon" href="${pageContext.request.contextPath}/resources/image/favicon.ico"/>
<link href="${pageContext.request.contextPath}/resources/login/css/style.css" type="text/css" rel="stylesheet"/>
......@@ -17,7 +17,7 @@
<body>
<div class="wrap">
<div class="logo">
<span class="logo-sub">ssm+shiro后台管理系统(权限控制)</span>
<span class="logo-sub">权限控制</span>
</div>
<div class="banner-show" id="js_ban_content" style="margin-top: 5px;">
......
......@@ -108,7 +108,7 @@ function setTree(data,treeId,type,kid,vid,glcs) {
function checkTree(treeId){
layer.open({
type: 1,
area:['500px', '530px'],
area:['400px', '430px'],
title:'请选择',
skin: 'layui-layer-demo', //加上边框
content: $("#"+treeId)
......
......@@ -8,7 +8,7 @@ website: http://code.google.com/p/jquerytree/
-------------------------------------*/
.ztree * {padding:0; margin:0; font-size:20px; font-family: Verdana, Arial, Helvetica, AppleGothic, sans-serif}
.ztree * {padding:0; margin:0; font-size:14px; font-family: Verdana, Arial, Helvetica, AppleGothic, sans-serif}
.ztree {margin:0; padding:5px; color:#333}
.ztree li{padding:0; margin:0; list-style:none; line-height:17px; text-align:left; white-space:nowrap; outline:0}
.ztree li ul{ margin:0; padding:0 0 0 18px}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment