Skip to content

Commit

Permalink
更新:优化编辑器预览样式
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuchunshu committed Dec 23, 2022
1 parent 44f7960 commit 200443e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Plugins/Topic/resources/views/create/preview.blade.php
Expand Up @@ -32,7 +32,7 @@
<link rel="stylesheet" href="{{ mix('plugins/Topic/css/app.css') }}">
<link rel="stylesheet" href="{{file_hash('tabler/libs/plyr/dist/plyr.css')}}">
</head>
<body class="border-0 card card-body">
<body class="border-0 card card-body {{session()->get('theme','antialiased')}}" style="background-color: transparent;">
<article class="col-md-12 article markdown" id="topic-content">
{!! ContentParse()->parse($content) !!}
</article>
Expand Down

0 comments on commit 200443e

Please sign in to comment.