From c035e024e490d61f32469fe5a433912cd4f8594a Mon Sep 17 00:00:00 2001 From: BuerYouth Date: Wed, 10 May 2023 12:26:02 +0000 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=99=A8=E4=B8=8D=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: BuerYouth --- templates/admin/power/add.html | 12 +++++------- templates/admin/power/edit.html | 11 ++++------- 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/templates/admin/power/add.html b/templates/admin/power/add.html index f989aa2..d97b0f3 100644 --- a/templates/admin/power/add.html +++ b/templates/admin/power/add.html @@ -145,17 +145,15 @@ return false }) + icon.render({ elem: '#icon', - style: 'color: #5FB878;', - placeholder: '', - isSplit: true, - page: false, - search: false, + type: 'fontClass', + search: true, click: function (data) { - console.log(data) + console.log(data); } - }) + }); })