Compare commits

...

2 Commits

Author SHA1 Message Date
69472e7ecb update 2025-12-16 23:33:54 +08:00
9d53403058 update 2025-12-16 23:33:32 +08:00
2 changed files with 4 additions and 16 deletions

View File

@@ -80,18 +80,6 @@ const UserStore = useUserStore();
width: calc(100% - 40rpx); width: calc(100% - 40rpx);
border-radius: 20px 20px 0px 0px; border-radius: 20px 20px 0px 0px;
background: linear-gradient(180.00deg, rgb(68, 125, 255) 0.763%, rgb(255, 255, 255) 99.237%); background: linear-gradient(180.00deg, rgb(68, 125, 255) 0.763%, rgb(255, 255, 255) 99.237%);
position: absolute; margin-top: 150rpx;
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;
} }
</style> </style>

View File

@@ -10,9 +10,9 @@ export default defineConfig({
defineModel: true, defineModel: true,
} }
}), }),
UnifiedViteWeappTailwindcssPlugin({ // UnifiedViteWeappTailwindcssPlugin({
rem2rpx: true, // rem2rpx: true,
}) // })
], ],
css: { css: {
postcss: { postcss: {