From 2cfa0fa969c905fb7457e65276897088b6bd0d8d Mon Sep 17 00:00:00 2001 From: Default User Date: Tue, 6 Jan 2026 10:41:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=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=E5=B1=85=E4=B8=AD?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/settlement/index.wxss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/settlement/index.wxss b/pages/settlement/index.wxss index 204c7e3..d23a6f7 100644 --- a/pages/settlement/index.wxss +++ b/pages/settlement/index.wxss @@ -982,6 +982,8 @@ picker { z-index: 9999; padding: 40rpx; box-sizing: border-box; + /* 确保在任何情况下都能居中 */ + overflow: hidden; } .cooperation-confirm-container { @@ -994,6 +996,10 @@ picker { display: flex; flex-direction: column; box-shadow: 0 10rpx 30rpx rgba(0, 0, 0, 0.3); + /* 确保在 flex 容器中完美居中 */ + margin: auto; + /* 防止内容溢出 */ + overflow: hidden; } .cooperation-confirm-title {