修改文章选项卡显示内容
parent
af50855118
commit
6056785be7
|
|
@ -227,8 +227,8 @@ const article_theme_change = (val: any) => {
|
||||||
const list = base_list.article_theme_list.filter(item => item.value == val);
|
const list = base_list.article_theme_list.filter(item => item.value == val);
|
||||||
if (list.length > 0) {
|
if (list.length > 0) {
|
||||||
// emits('theme_change', list[0].width, list[0].height);
|
// emits('theme_change', list[0].width, list[0].height);
|
||||||
styles.value.content_img_width = list[0].width;
|
styles.content_img_width = list[0].width;
|
||||||
styles.value.content_img_height = list[0].height;
|
styles.content_img_height = list[0].height;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue