新增 pear-text / pear-back 主题 class
parent
321f004b04
commit
41943bed0a
|
|
@ -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}';
|
||||
|
|
|
|||
Loading…
Reference in New Issue