diff --git a/static/admin/component/pear/module/theme.js b/static/admin/component/pear/module/theme.js index c4c512a12e41a28743fe5819385344bce37da3ec..7970933458909f7b4ebedcb5e236782f2fca0e6d 100644 --- a/static/admin/component/pear/module/theme.js +++ b/static/admin/component/pear/module/theme.js @@ -53,7 +53,7 @@ layui.define(["jquery","layer"], function (exports) { style += '.pear-this,.pear-text{color:' + color + '!important}'; style += '.pear-back{background-color:'+ color +'!important}'; style += '.pear-collasped-pe{background-color:'+color+'!important}' - style += '.layui-form-select dl dd.layui-this{background-color:'+color+'}' + //style += '.layui-form-select dl dd.layui-this{background-color:'+color+'}' style += '.tag-item-normal{background:'+color+'!important}'; style += '.step-item-head.step-item-head-active{background-color:'+color+'}' style += '.step-item-head{border: 3px solid '+color+';}'