From 41943bed0a4819a5268a1fb6b56d198efb6e6ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E4=BB=AA=E5=BC=8F?= <854085467@qq.com> Date: Tue, 15 Jun 2021 14:39:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20pear-text=20/=20pear-back?= =?UTF-8?q?=20=E4=B8=BB=E9=A2=98=20class?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- component/pear/module/theme.js | 1 + 1 file changed, 1 insertion(+) 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}';