mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-11 14:05:32 +08:00
bug(custom):
This commit is contained in:
@@ -100,7 +100,7 @@ const SpPage = memo(
|
||||
} else {
|
||||
setState((draft) => {
|
||||
draft.lockStyle = {
|
||||
overflowY: 'auto'
|
||||
'overflow-y': 'auto'
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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 : {}}
|
||||
|
||||
Reference in New Issue
Block a user