From bafd822b34d4408ece856871bbb9bc8121dd1153 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: Sun, 25 Oct 2020 23:24:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E5=9B=A0=E8=B7=A8=E5=9F=9F?= =?UTF-8?q?=E8=80=8C=E4=BA=A7=E7=94=9F=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- component/pear/module/admin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/component/pear/module/admin.js b/component/pear/module/admin.js index 165ee68..655c62b 100644 --- a/component/pear/module/admin.js +++ b/component/pear/module/admin.js @@ -208,9 +208,9 @@ layui.define(['table', 'jquery', 'element', 'form', 'tab', 'menu', 'frame'], style += '.pear-social-entrance {background-color:' + color + '!important}'; style += '.pear-admin .pe-collaspe {background-color:' + color + '!important}'; - if ($("iframe").contents().find("#customTheme").length > 0) { + /* if ($("iframe").contents().find("#customTheme").length > 0) { $("iframe").contents().find("#customTheme").remove(); - } + } */ $("#pearadmin-bg-color").html(style); } };