From 1856cbeb33581bd1ac65f9b0b9fde32f1caa4b46 Mon Sep 17 00:00:00 2001 From: Seven Date: Mon, 19 Jan 2026 21:50:25 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E6=96=B0=E9=97=BB?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=A1=A8=E5=8D=95=E5=B8=83=E5=B1=80=EF=BC=8C?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=A0=87=E9=A2=98=E5=92=8C=E6=91=98=E8=A6=81?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E4=B8=BA=E7=BD=91=E6=A0=BC=E5=B8=83=E5=B1=80?= =?UTF-8?q?=EF=BC=8C=E6=9B=B4=E6=96=B0=E5=86=85=E5=AE=B9=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E4=B8=BAMarkdown=E7=BC=96=E8=BE=91=E5=99=A8=EF=BC=9B=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E6=B7=BB=E5=8A=A0=E6=96=B0=E9=97=BB=E5=AF=B9=E8=AF=9D?= =?UTF-8?q?=E6=A1=86=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/news/components/add.vue | 26 +++++++++----------------- src/views/news/index.vue | 2 +- 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/src/views/news/components/add.vue b/src/views/news/components/add.vue index 30b7dcf..4847681 100644 --- a/src/views/news/components/add.vue +++ b/src/views/news/components/add.vue @@ -85,26 +85,18 @@ function resetForm() { @update:model-value="evt => (formModel.thumbnailId = evt.length > 0 ? evt[0] : undefined)" /> - - - + + + + - - - + + + + - + diff --git a/src/views/news/index.vue b/src/views/news/index.vue index 63138ba..b49b5c5 100644 --- a/src/views/news/index.vue +++ b/src/views/news/index.vue @@ -77,7 +77,7 @@ function handleAdd() { dialog.create({ title: '添加新闻', showIcon: false, - style: { width: '800px' }, + style: { width: '1000px' }, content: () => h(Add, { onClose: () => {