From 4415c7d3d34ff304aa4dc9ba499461479999c915 Mon Sep 17 00:00:00 2001 From: zhangjianjun Date: Mon, 13 Apr 2026 14:31:59 +0800 Subject: [PATCH] ud --- src/components/layout/BottomTabsSection/index.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layout/BottomTabsSection/index.module.css b/src/components/layout/BottomTabsSection/index.module.css index ea3b792..be03d05 100644 --- a/src/components/layout/BottomTabsSection/index.module.css +++ b/src/components/layout/BottomTabsSection/index.module.css @@ -3,7 +3,7 @@ overflow: hidden; width: 100%; /* height: 67.5rem; */ - height: calc(100vh / var(--zoom-compensation, 1)); + /* height: calc(100vh / var(--zoom-compensation, 1)); */ padding: 6.25rem 0; background-size: cover; background-position: center;