From 1941b59001d808f3a33ccc1ce506367b058e3e04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Mon, 10 Feb 2025 10:40:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E9=80=89?= =?UTF-8?q?=E9=A1=B9=E5=8D=A1=E6=95=B0=E6=8D=AE=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/data-tabs-common/article/data-article-content.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/common/data-tabs-common/article/data-article-content.vue b/src/components/common/data-tabs-common/article/data-article-content.vue index b992d96c..2cbb98af 100644 --- a/src/components/common/data-tabs-common/article/data-article-content.vue +++ b/src/components/common/data-tabs-common/article/data-article-content.vue @@ -129,8 +129,8 @@ const theme_change = (val: any) => { // 切换风格时,将对应图片的默认值宽度和高度赋值 const list = base_list.theme_list.filter(item => item.value == form.value.theme); if (list.length > 0) { - data.value.style.content_img_width = list[0].width; - data.value.style.content_img_height = list[0].height; + data.value.content_img_width = list[0].width; + data.value.content_img_height = list[0].height; } }; // 移除