From 34a40d082cab7abf80af7b6671572157ce454d1c Mon Sep 17 00:00:00 2001 From: vine_liutk <961510893@qq.com> Date: Fri, 31 Dec 2021 17:57:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=BA=95=E9=83=A8=E6=8E=88?= =?UTF-8?q?=E6=9D=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Admin/bootstrap.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/Admin/bootstrap.php b/app/Admin/bootstrap.php index d20185d5..ec8adefb 100644 --- a/app/Admin/bootstrap.php +++ b/app/Admin/bootstrap.php @@ -57,3 +57,10 @@ Editor::resolving(function (Editor $editor) { }); ShowField::extend('showLabel', Label::class); + +Admin::style( + <<<'CSS' +.main-footer { +display: none; +} +CSS);