优化样式部署

This commit is contained in:
augushong
2021-03-23 19:47:49 +08:00
parent bb714a5333
commit 384aa7f908
7 changed files with 213 additions and 232 deletions

View File

@@ -3,6 +3,7 @@
<link rel="stylesheet" href="/static/lib/layui/css/layui.css">
<link rel="stylesheet" href="/static/css/{$Request.cookie.skin_name|default='skin-1'}.css">
<link rel="stylesheet" href="/static/css/common.css">
<link rel="stylesheet" href="/cdn/layui-ul-change.css">
<link rel="stylesheet" href="/cdn/layui-ul.css">
<script src="/static/lib/jquery/jquery-3.4.1.min.js"></script>
<script src="/static/lib/jquery/jquery.cookie.js"></script>

View File

@@ -51,7 +51,9 @@
<a><cite>{$model_post->title}</cite></a>
</span>
</div>
<div class="ql-editor">{$model_post->content_html|raw}</div>
<div class="ql-snow">
<div class="ql-editor">{$model_post->content_html|raw}</div>
</div>
<div class="demo-page">
{$model_post->demo_page|raw}
</div>