From 50abf955a6b9f5a02c94081f0220e7f6e867390b Mon Sep 17 00:00:00 2001 From: waizking Date: Mon, 21 Mar 2022 03:10:32 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=8B=E6=8B=89=E6=A1=86?= =?UTF-8?q?=E9=80=89=E4=B8=AD=E9=A1=B9=E8=83=8C=E6=99=AF=E8=89=B2=E4=B8=8E?= =?UTF-8?q?=E5=AD=97=E4=BD=93=E9=A2=9C=E8=89=B2=E7=9B=B8=E5=90=8C=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E7=9C=8B=E4=B8=8D=E5=88=B0=E5=86=85=E5=AE=B9=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/admin/component/pear/module/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/admin/component/pear/module/theme.js b/static/admin/component/pear/module/theme.js index c4c512a..7970933 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+';}' -- Gitee