记录A01验证码态与Toast验收

This commit is contained in:
rain
2026-07-21 11:23:25 +08:00
parent daccf7ba3d
commit 9c7ceb9a02
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -730,7 +730,7 @@ const prepareAgreement = () => showFeedback("协议页面准备中");
.feedback-toast {
position: fixed;
z-index: 30;
top: calc(env(safe-area-inset-top) + 24rpx);
top: calc(var(--status-bar-height, 0px) + 24rpx);
left: 50%;
display: flex;
align-items: center;