管理官网新闻详情框大小修改

This commit is contained in:
home孙 2025-07-31 14:17:57 +08:00
parent 12d72eaab5
commit 33f265613f

View File

@ -165,7 +165,7 @@
title="新闻内容编写" title="新闻内容编写"
top="10vh" top="10vh"
:visible.sync="newsModel" :visible.sync="newsModel"
width="1000px" width="1300px"
class="vrcode-model manage-model" class="vrcode-model manage-model"
:append-to-body="true" :append-to-body="true"
> >
@ -182,7 +182,7 @@
:mode="mode" :mode="mode"
/> />
<Editor <Editor
style="height: 500px; overflow-y: hidden" style="height:600px; overflow-y: hidden"
v-model="html" v-model="html"
:defaultConfig="editorConfig" :defaultConfig="editorConfig"
:mode="mode" :mode="mode"