diff --git a/component/pear/module/theme.js b/component/pear/module/theme.js index f829004..c1cc4ee 100644 --- a/component/pear/module/theme.js +++ b/component/pear/module/theme.js @@ -53,6 +53,7 @@ layui.define(["jquery","layer"], function (exports) { style += '.layui-timeline-axis{color:' + color + '}'; style += '.layui-laydate .layui-this{background-color:'+color+'!important}'; style += '.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 += '.tag-item-normal{background:'+color+'!important}';