mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-09 05:32:49 +08:00
优化样式部署
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user