修改文章选项卡显示内容

v1.2.0
于肖磊 2025-03-03 10:00:45 +08:00
parent af50855118
commit 6056785be7
1 changed files with 2 additions and 2 deletions

View File

@ -227,8 +227,8 @@ const article_theme_change = (val: any) => {
const list = base_list.article_theme_list.filter(item => item.value == val);
if (list.length > 0) {
// emits('theme_change', list[0].width, list[0].height);
styles.value.content_img_width = list[0].width;
styles.value.content_img_height = list[0].height;
styles.content_img_width = list[0].width;
styles.content_img_height = list[0].height;
}
};