layui version to 2.6.2

master
就眠仪式 2021-04-02 09:06:53 +08:00
parent db34bf7756
commit 6222900744
5 changed files with 6 additions and 6 deletions

View File

@ -93,7 +93,6 @@ body,
.pear-admin .layui-body { .pear-admin .layui-body {
left: 230px; left: 230px;
bottom: 0px; bottom: 0px;
margin-top: 60px;
padding-bottom: 0px; padding-bottom: 0px;
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -70,6 +70,7 @@ layui.define(["jquery","layer"], function (exports) {
style += '.pear-tab-menu .item:hover{background-color:'+color+'!important}' style += '.pear-tab-menu .item:hover{background-color:'+color+'!important}'
style += '.layui-form-danger:focus {border-color:#FF5722 !important}' style += '.layui-form-danger:focus {border-color:#FF5722 !important}'
style += '.pear-admin .user a:hover{color:'+color+'!important}' style += '.pear-admin .user a:hover{color:'+color+'!important}'
style += '.pear-admin .user .layui-this a:hover{color:white!important}'
var colorPane = $("#pear-admin-color"); var colorPane = $("#pear-admin-color");
if(colorPane.length>0){ if(colorPane.length>0){
colorPane.html(style); colorPane.html(style);

View File

@ -53,7 +53,7 @@ colors:
- id: "4" - id: "4"
color: "#f56c6c" color: "#f56c6c"
- id: "5" - id: "5"
color: "darkgray" color: "#3963bc"
## 主题面板的链接列表配置 ## 主题面板的链接列表配置
links: links:
- icon: "layui-icon layui-icon-website" - icon: "layui-icon layui-icon-website"