fix: 修复低端android显示异常

This commit is contained in:
anonymous
2025-01-16 14:05:29 +08:00
parent 8b6922cfbe
commit 778d318c7e
9 changed files with 14 additions and 13 deletions
+1 -2
View File
@@ -8,7 +8,7 @@
}
</route>
<template>
<view class="login-container relative">
<view class="login-container pb-50 relative">
<NavBar />
<view class="pt-45">
<view class="mx-15 px-15 shadow-[0_0_10px_rgba(10,68,245,0.1)] rounded-10">
@@ -116,7 +116,6 @@ onLoad(() => {
.login-container {
box-sizing: border-box;
min-height: 100vh;
padding-bottom: 200rpx;
background-image: url('@/static/images/login-bg.png');
background-repeat: no-repeat;
background-size: cover;