修改自定义处理

v1.0.0
于肖磊 2024-10-22 18:23:25 +08:00
parent 23d0517cfa
commit a7f6c50e7c
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ const set_padding_top_value = () => {
} else {
if (index === padding_top_index && item.key !== 'float-window') {
item.com_data.style.common_style.padding_top_safe_value = common_store.header_height;
} else {
} else if (item.key !== 'float-window') {
item.com_data.style.common_style.padding_top_safe_value = 0;
}
}