修复多系统模式下顶部菜单的选中主题色

develop
就眠仪式 2020-11-04 00:39:17 +08:00
parent 621c472d40
commit eb60ab57d8
1 changed files with 2 additions and 0 deletions

View File

@ -207,6 +207,8 @@ layui.define(['table', 'jquery', 'element', 'form', 'tab', 'menu', 'frame'],
style += '.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this{background-color:' + color + style += '.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this{background-color:' + color +
'!important}'; '!important}';
style += ".pear-nav-control.pc .layui-this *{color:" + color + "!important}";
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 ($("iframe").contents().find("#customTheme").length > 0) { /* if ($("iframe").contents().find("#customTheme").length > 0) {