优化
This commit is contained in:
@@ -68,6 +68,7 @@
|
||||
|
||||
// 主要内容区域
|
||||
.other_main_content {
|
||||
min-height: calc(100vh + 5px);
|
||||
position: relative;
|
||||
z-index: 5;
|
||||
flex: 1;
|
||||
|
||||
@@ -215,7 +215,7 @@ const OtherUserPage: React.FC = () => {
|
||||
|
||||
const handleScroll = (event: any) => {
|
||||
const scrollData = event.detail;
|
||||
setCollapseProfile(scrollData.scrollTop > 10);
|
||||
setCollapseProfile(scrollData.scrollTop > 1);
|
||||
}
|
||||
|
||||
// 处理球局详情
|
||||
@@ -295,6 +295,7 @@ const OtherUserPage: React.FC = () => {
|
||||
loadMoreMatches={() => { }}
|
||||
collapse={true}
|
||||
style={{ paddingBottom: 0, overflow: "hidden" }}
|
||||
listLoadErrorHeight="320px"
|
||||
defaultShowNum={3}
|
||||
/>
|
||||
</ScrollView>
|
||||
@@ -335,6 +336,7 @@ const OtherUserPage: React.FC = () => {
|
||||
loadMoreMatches={() => { }}
|
||||
collapse={true}
|
||||
style={{ paddingBottom: "90px", overflow: "hidden" }}
|
||||
listLoadErrorHeight="320px"
|
||||
defaultShowNum={3}
|
||||
/>
|
||||
</ScrollView>
|
||||
|
||||
Reference in New Issue
Block a user