修改数据选项卡数据处理

v1.2.0
于肖磊 2025-02-10 10:40:33 +08:00
parent 80a51bae2c
commit 1941b59001
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
};
//