parent
0eb4cba1d1
commit
4773e9cf5a
|
|
@ -142,6 +142,10 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pear-admin .layui-header .layui-nav-more{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.pear-collasped-pe {
|
.pear-collasped-pe {
|
||||||
display: none;
|
display: none;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
|
|
|
||||||
|
|
@ -233,7 +233,9 @@ layui.define(['table', 'jquery', 'element', 'yaml','form', 'tab', 'menu', 'frame
|
||||||
|
|
||||||
style += '.pear-social-entrance {background-color:' + color + '!important}';
|
style += '.pear-social-entrance {background-color:' + color + '!important}';
|
||||||
style += '.pear-admin .pe-collaspe {background-color:' + color + '!important}';
|
style += '.pear-admin .pe-collaspe {background-color:' + color + '!important}';
|
||||||
|
if(config.other.autoHead){
|
||||||
|
style += '.pear-admin .layui-header{background-color:' + color + '!important;}.pear-admin .layui-header .layui-nav .layui-nav-item>a{color:white!important;}';
|
||||||
|
}
|
||||||
$("#pearadmin-bg-color").html(style);
|
$("#pearadmin-bg-color").html(style);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,8 @@ colors:
|
||||||
color: "#f6ad55"
|
color: "#f6ad55"
|
||||||
- id: "4"
|
- id: "4"
|
||||||
color: "#f56c6c"
|
color: "#f56c6c"
|
||||||
|
- id: "5"
|
||||||
|
color: "darkgray"
|
||||||
## 主题面板的链接列表配置
|
## 主题面板的链接列表配置
|
||||||
links:
|
links:
|
||||||
- icon: "layui-icon layui-icon-website"
|
- icon: "layui-icon layui-icon-website"
|
||||||
|
|
@ -64,5 +66,7 @@ links:
|
||||||
href: "http://forum.pearadmin.com/"
|
href: "http://forum.pearadmin.com/"
|
||||||
## 其他配置
|
## 其他配置
|
||||||
other:
|
other:
|
||||||
## 主页默认加载动画时长
|
## 主页动画时长
|
||||||
keepLoad: "1200"
|
keepLoad: "1200"
|
||||||
|
## 布局顶部主题
|
||||||
|
autoHead: false
|
||||||
Loading…
Reference in New Issue