调整页面

This commit is contained in:
2020-09-18 13:45:13 +08:00
parent 46d12cbf68
commit b8024dcace
14 changed files with 268 additions and 50 deletions

View File

@@ -11,7 +11,7 @@
<p class="details-time">{{ $article->created_at }}</p>
<!-- 文章详情 -->
<div class="details-content">
<img src="{{ $article->cover_path }}">
{{-- <img src="{{ $article->cover_path }}">--}}
{!! $article->content !!}
</div>