完成全项目响应式审核与换机交接

This commit is contained in:
2026-07-22 07:41:27 +08:00
parent a127280ce6
commit eced3d1e6e
77 changed files with 2052 additions and 378 deletions
+7 -2
View File
@@ -93,18 +93,23 @@ const cancel = () => {
align-items: center;
justify-content: center;
box-sizing: border-box;
padding: 40rpx;
padding: calc(40rpx + env(safe-area-inset-top)) 40rpx calc(40rpx + env(safe-area-inset-bottom));
background: rgba(35, 18, 10, 0.62);
}
.app-dialog {
display: flex;
width: 650rpx;
max-width: 100%;
max-height: calc(var(--app-viewport-height, 100vh) - 80rpx - env(safe-area-inset-top) - env(safe-area-inset-bottom));
flex-direction: column;
overflow: hidden;
@include adaptive.adaptive-auth-dialog;
}
.app-dialog__content {
z-index: 1;
display: flex;
max-height: calc(var(--app-viewport-height, 100vh) - 160rpx);
min-height: 0;
flex: 1;
flex-direction: column;
align-items: center;
box-sizing: border-box;