feat: 页面优化
parent
5d216ccf83
commit
3483e1cc22
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
<view class="mt-auto bg-[#fff] p-[32rpx] box-shadow px-[32rpx] pt-[32rpx] pb-safe">
|
||||
<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"
|
||||
>
|
||||
智能选校
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ export default defineConfig({
|
|||
},
|
||||
],
|
||||
['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)' }],
|
||||
],
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue