Skip to content

Commit 200443e

Browse files
committedDec 23, 2022
更新:优化编辑器预览样式
·
v2.7.7v2.1.7
1 parent 44f7960 commit 200443e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎app/Plugins/Topic/resources/views/create/preview.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<link rel="stylesheet" href="{{ mix('plugins/Topic/css/app.css') }}">
3333
<link rel="stylesheet" href="{{file_hash('tabler/libs/plyr/dist/plyr.css')}}">
3434
</head>
35-
<body class="border-0 card card-body">
35+
<body class="border-0 card card-body {{session()->get('theme','antialiased')}}" style="background-color: transparent;">
3636
<article class="col-md-12 article markdown" id="topic-content">
3737
{!! ContentParse()->parse($content) !!}
3838
</article>

0 commit comments

Comments
 (0)
Please sign in to comment.