From 4715bfa66bf61774de46df7d8f98d0054410c710 Mon Sep 17 00:00:00 2001 From: Default User Date: Tue, 6 Jan 2026 10:58:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=90=88=E4=BD=9C=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E7=A1=AE=E8=AE=A4=E5=BC=B9=E7=AA=97=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=8C=E4=B8=8A=E7=A7=BB50rpx=E9=9D=A0=E8=BF=91=E9=A1=B6?= =?UTF-8?q?=E9=83=A8=E5=AF=BC=E8=88=AA=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/settlement/index.wxss | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pages/settlement/index.wxss b/pages/settlement/index.wxss index d23a6f7..25829f9 100644 --- a/pages/settlement/index.wxss +++ b/pages/settlement/index.wxss @@ -982,8 +982,6 @@ picker { z-index: 9999; padding: 40rpx; box-sizing: border-box; - /* 确保在任何情况下都能居中 */ - overflow: hidden; } .cooperation-confirm-container { @@ -996,10 +994,8 @@ picker { display: flex; flex-direction: column; box-shadow: 0 10rpx 30rpx rgba(0, 0, 0, 0.3); - /* 确保在 flex 容器中完美居中 */ - margin: auto; - /* 防止内容溢出 */ - overflow: hidden; + /* 上移更多,靠近顶部导航栏 */ + transform: translateY(-70rpx); } .cooperation-confirm-title {