Commit 9dbabdf4 authored by 罗林杰's avatar 罗林杰

修改bug

parent 091d6f32
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
</el-form> </el-form>
</div> </div>
</div> </div>
<el-dialog :visible.sync="open" width="500px" append-to-body> <el-dialog class="ql-editor" :visible.sync="open" width="500px" append-to-body>
<div v-if="formattedDetails" class="preview-content" v-html="formattedDetails" /> <div v-if="formattedDetails" class="preview-content" v-html="formattedDetails" />
<div v-else>暂无预览内容</div> <div v-else>暂无预览内容</div>
</el-dialog> </el-dialog>
...@@ -166,6 +166,7 @@ import { VueEditor } from 'vue2-editor' ...@@ -166,6 +166,7 @@ import { VueEditor } from 'vue2-editor'
import { yesOrNo, enableOrDisable } from '@/utils/allPageData' import { yesOrNo, enableOrDisable } from '@/utils/allPageData'
import { uploadPublic } from '@/api/system/ossInfo' import { uploadPublic } from '@/api/system/ossInfo'
import { getOssUrl } from '@/api/contentManagement/opmArticle' import { getOssUrl } from '@/api/contentManagement/opmArticle'
import 'quill/dist/quill.core.css'
export default { export default {
components: { components: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment