diff --git a/component/pear/modules/theme.js b/component/pear/modules/theme.js index b2a982f..a888109 100644 --- a/component/pear/modules/theme.js +++ b/component/pear/modules/theme.js @@ -65,6 +65,8 @@ layui.define(["jquery","layer"], function (exports) { style += 'div[xm-select-skin=normal] dl dd:not(.xm-dis-disabled) i{border-color:'+color+'!important}' style += 'div[xm-select-skin=normal] dl dd.xm-select-this:not(.xm-dis-disabled) i{color:'+color+'!important}' style += 'div[xm-select-skin=normal].xm-form-selected .xm-select, div[xm-select-skin=normal].xm-form-selected .xm-select:hover{border-color:'+color+'!important}' + style += '.layui-layer-btn a:first-child{border-color:'+color+';background-color:'+color+'!important}' + var colorPane = $("#pear-admin-color"); if(colorPane.length>0){ colorPane.html(style); diff --git a/view/console/console1.html b/view/console/console1.html index f12c622..c6df7cd 100644 --- a/view/console/console1.html +++ b/view/console/console1.html @@ -12,7 +12,7 @@
-