From 7cec73d5b8a1412e0ddeba4933995dd12631c6e3 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: Thu, 25 Feb 2021 00:21:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20layer-btn=20=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- component/pear/modules/theme.js | 2 ++ view/console/console1.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/component/pear/modules/theme.js b/component/pear/modules/theme.js index b2a982f..a888109 100644 --- a/component/pear/modules/theme.js +++ b/component/pear/modules/theme.js @@ -65,6 +65,8 @@ layui.define(["jquery","layer"], function (exports) { style += 'div[xm-select-skin=normal] dl dd:not(.xm-dis-disabled) i{border-color:'+color+'!important}' style += 'div[xm-select-skin=normal] dl dd.xm-select-this:not(.xm-dis-disabled) i{color:'+color+'!important}' style += 'div[xm-select-skin=normal].xm-form-selected .xm-select, div[xm-select-skin=normal].xm-form-selected .xm-select:hover{border-color:'+color+'!important}' + style += '.layui-layer-btn a:first-child{border-color:'+color+';background-color:'+color+'!important}' + var colorPane = $("#pear-admin-color"); if(colorPane.length>0){ colorPane.html(style); diff --git a/view/console/console1.html b/view/console/console1.html index f12c622..c6df7cd 100644 --- a/view/console/console1.html +++ b/view/console/console1.html @@ -12,7 +12,7 @@ -
+