我的页面无法滚动问题修复

This commit is contained in:
冯辉
2026-04-27 15:20:52 +08:00
parent 264d8c884c
commit 5007c3ca4e

View File

@@ -1,5 +1,6 @@
<template>
<AppLayout back-gorund-color="#F4F4F4">
<view class="mine-content">
<!-- 自定义tabbar -->
<CustomTabBar :currentPage="4" />
<!-- 企业用户信息卡片 -->
@@ -174,6 +175,7 @@
<template #footer>
<!-- 统一使用系统tabBar -->
</template>
</view>
</AppLayout>
</template>
@@ -358,6 +360,11 @@ function submitFeedback() {
.card-top.tilt {
transform: perspective(600px) rotateY(8deg) rotateX(4deg);
}
.mine-content{
padding: 28rpx 28rpx 90rpx 28rpx;
height: 100%;
overflow-y: auto;
}
.mini-cards{
padding: 28rpx
.card-top{