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 {