layui version to 2.6.2
parent
db34bf7756
commit
6222900744
|
|
@ -93,7 +93,6 @@ body,
|
|||
.pear-admin .layui-body {
|
||||
left: 230px;
|
||||
bottom: 0px;
|
||||
margin-top: 60px;
|
||||
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
|
|
@ -70,6 +70,7 @@ layui.define(["jquery","layer"], function (exports) {
|
|||
style += '.pear-tab-menu .item:hover{background-color:'+color+'!important}'
|
||||
style += '.layui-form-danger:focus {border-color:#FF5722 !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");
|
||||
if(colorPane.length>0){
|
||||
colorPane.html(style);
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ colors:
|
|||
- id: "4"
|
||||
color: "#f56c6c"
|
||||
- id: "5"
|
||||
color: "darkgray"
|
||||
color: "#3963bc"
|
||||
## 主题面板的链接列表配置
|
||||
links:
|
||||
- icon: "layui-icon layui-icon-website"
|
||||
|
|
|
|||
Loading…
Reference in New Issue