新增 pear-text / pear-back 主题 class

master
就眠仪式 2021-06-15 14:39:32 +08:00
parent 321f004b04
commit 41943bed0a
1 changed files with 1 additions and 0 deletions

View File

@ -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}';