From a7f6c50e7c7e16150761e93b6ca4c50d569bd9ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Tue, 22 Oct 2024 18:23:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/layout/components/main/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/layout/components/main/index.vue b/src/views/layout/components/main/index.vue index fbf41e46..35ece6ec 100644 --- a/src/views/layout/components/main/index.vue +++ b/src/views/layout/components/main/index.vue @@ -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; } }