From 46932afd962ea90255c2a45fa51512a4c21369c3 Mon Sep 17 00:00:00 2001 From: chenlong Date: Thu, 12 Oct 2023 18:02:38 +0800 Subject: [PATCH] s --- View/Admin/Notebook/share.sc.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/View/Admin/Notebook/share.sc.php b/View/Admin/Notebook/share.sc.php index a630165..9a46ee3 100644 --- a/View/Admin/Notebook/share.sc.php +++ b/View/Admin/Notebook/share.sc.php @@ -1,6 +1,7 @@ title ?: '不存在的页面'); if (!$notebook) { Html::loadThemeResource('ElementUI'); +}else{ + Html::css()->load('/froala/froala_editor.pkgd.min.css'); } Html::css()->addCss(<<addCss(<<content ?: ' '; +return $notebook?->content + ? El::double('div')->addClass('fr-element fr-view')->append($notebook->content) + : ' ';