我的页面无法滚动问题修复
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<AppLayout back-gorund-color="#F4F4F4">
|
<AppLayout back-gorund-color="#F4F4F4">
|
||||||
|
<view class="mine-content">
|
||||||
<!-- 自定义tabbar -->
|
<!-- 自定义tabbar -->
|
||||||
<CustomTabBar :currentPage="4" />
|
<CustomTabBar :currentPage="4" />
|
||||||
<!-- 企业用户信息卡片 -->
|
<!-- 企业用户信息卡片 -->
|
||||||
@@ -174,6 +175,7 @@
|
|||||||
<template #footer>
|
<template #footer>
|
||||||
<!-- 统一使用系统tabBar -->
|
<!-- 统一使用系统tabBar -->
|
||||||
</template>
|
</template>
|
||||||
|
</view>
|
||||||
</AppLayout>
|
</AppLayout>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -358,6 +360,11 @@ function submitFeedback() {
|
|||||||
.card-top.tilt {
|
.card-top.tilt {
|
||||||
transform: perspective(600px) rotateY(8deg) rotateX(4deg);
|
transform: perspective(600px) rotateY(8deg) rotateX(4deg);
|
||||||
}
|
}
|
||||||
|
.mine-content{
|
||||||
|
padding: 28rpx 28rpx 90rpx 28rpx;
|
||||||
|
height: 100%;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
.mini-cards{
|
.mini-cards{
|
||||||
padding: 28rpx
|
padding: 28rpx
|
||||||
.card-top{
|
.card-top{
|
||||||
|
|||||||
Reference in New Issue
Block a user