feat: unify project responsive layouts

This commit is contained in:
rain
2026-07-21 20:59:10 +08:00
parent a0d19f4aab
commit 5d99bae3f2
94 changed files with 2324 additions and 404 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ foreach ($required in @(
'import AuthPageShell from "@/components/AuthPageShell.vue";',
'a01-vnext-divider-v1.png',
'a01-scroll-primary-v3.png',
'a01-scroll-toast-v3.png',
'adaptive.adaptive-feedback-toast',
'a01-scroll-dialog-v3.png',
'chevron-right.png',
'v-model.trim="phone"',
@@ -52,7 +52,7 @@ foreach ($required in @(
'if (!/^\d{6}$/.test(verificationCode.value))',
'if (!password.value)',
'if (password.value !== confirmPassword.value)',
'border-image-slice: 58 280 fill;',
'adaptive.adaptive-feedback-toast;',
'top: calc(var(--status-bar-height, 0px) + 24rpx);',
'max-height: calc(var(--app-viewport-height) - 40px);'
)) {