主题切换问题

develop
Jmysy 2020-04-19 00:34:38 +08:00
parent 32e227bf48
commit 781fae182e
3 changed files with 19 additions and 1 deletions

View File

@ -24,7 +24,16 @@
background-color: white!important;
color: black!important;
}
.light-theme .bottom-nav {
background-color: white!important;
box-shadow: none;
border-top: whitesmoke 1px solid;
}
.light-theme .bottom-nav *{
color: dimgray;
}
/** 通 用 框 架 布 局 */
.pear-admin .layui-header {

View File

@ -114,6 +114,15 @@
}
.pear-nav-tree .layui-nav-child dd a span{
margin-left: 25px!important;
}
.pear-nav-tree .layui-nav-child dd a i{
display: none;
}
/* #409eff */
/** 亮 样 式*/

View File

@ -73,7 +73,7 @@
<!-- 初始加载 动画-->
<div class="preloader">
<div class="preloader-inner"></div>
<div class="preloader-message">系统初始化...</div>
<div class="preloader-message">系统 初始化...</div>
</div>
<script src="component/layui/layui.js"></script>