Merge branch 'dev-yxl' into dev-yxl1224

v1.2.0
于肖磊 2024-12-30 13:39:01 +08:00
commit da719c3334
1 changed files with 3 additions and 1 deletions

View File

@ -165,7 +165,9 @@ const set_padding_top_value = () => {
});
// padding_top_safe_value0
diy_data.value.forEach((item: any) => {
item.com_data.style.common_style.padding_top_safe_value = 0;
if (item.key !== 'float-window') {
item.com_data.style.common_style.padding_top_safe_value = 0;
}
});
} else if (diy_data.value.length > 0) {
// padding_top_safe_value0