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

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