feat: 页面优化

master
xjs 2025-04-15 16:51:22 +08:00
parent 5d216ccf83
commit 3483e1cc22
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
<view class="mt-auto bg-[#fff] p-[32rpx] box-shadow px-[32rpx] pt-[32rpx] pb-safe"> <view class="mt-auto bg-[#fff] p-[32rpx] box-shadow px-[32rpx] pt-[32rpx] pb-safe">
<view <view
class="text-[#fff] text-[32rpx] rounded-[8rpx] bg-[#1580FF] text-center py-[26rpx] mb-[20rpx]" class="text-[#fff] text-[32rpx] rounded-[8rpx] bg-[#1580FF] text-center py-[26rpx]"
@click="navigatorTo" @click="navigatorTo"
> >
智能选校 智能选校

View File

@ -68,7 +68,7 @@ export default defineConfig({
}, },
], ],
['pt-safe', { 'padding-top': 'env(safe-area-inset-top)' }], ['pt-safe', { 'padding-top': 'env(safe-area-inset-top)' }],
['pb-safe', { 'padding-bottom': 'env(safe-area-inset-bottom)' }], ['pb-safe', { 'padding-bottom': 'calc(env(safe-area-inset-bottom) + 20rpx)' }],
], ],
}) })