This commit is contained in:
2025-12-16 23:33:32 +08:00
parent 39d9a3e8da
commit 9d53403058
3 changed files with 4 additions and 16 deletions

View File

@@ -80,18 +80,6 @@ const UserStore = useUserStore();
width: calc(100% - 40rpx);
border-radius: 20px 20px 0px 0px;
background: linear-gradient(180.00deg, rgb(68, 125, 255) 0.763%, rgb(255, 255, 255) 99.237%);
position: absolute;
bottom: 0;
left: 0;
margin-bottom: calc(24rpx + constant(safe-area-inset-bottom));
margin-bottom: calc(24rpx + env(safe-area-inset-bottom));
}
</style>
<style>
#app {
width: 100%;
height: auto;
aspect-ratio: 1 / 2.1;
margin-top: 150rpx;
}
</style>