bug(custom):

This commit is contained in:
zhangjing1
2025-12-05 11:44:57 +08:00
parent fabb17e4c0
commit 1f03721f10
3 changed files with 3 additions and 8 deletions

View File

@@ -100,7 +100,7 @@ const SpPage = memo(
} else {
setState((draft) => {
draft.lockStyle = {
overflowY: 'auto'
'overflow-y': 'auto'
}
})
}

View File

@@ -7,9 +7,9 @@
.sp-page__body {
box-sizing: border-box;
overflow-y: auto;
.sp-page__body-content{
min-height: 100%;
height: 100%;
}
}
@@ -57,11 +57,6 @@
}
}
.sp-page__body-content {
height: 100%;
box-sizing: border-box;
position: relative;
}
.float-container {
position: fixed;

View File

@@ -456,7 +456,7 @@ function MemberIndex(props) {
renderFooter={<SpTabbar />}
title='会员中心'
>
<View className='user-info-card-wrapper'>
<View className='user-info-card-wrapper min-h-full'>
<View
className='header-block'
style={userInfo?.gradeInfo?.grade_background ? memberBckStyle : {}}