Merge branch 'dev-yxl' of gitee.com:zongzhige/shopxo-diy into dev
commit
7ad7a96c3f
|
|
@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue