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) + : ' ';