Skip to content

Commit

Permalink
cancel: 上拉加载状态取消顶部边距自适应
Browse files Browse the repository at this point in the history
  • Loading branch information
lengyibai committed Jul 2, 2024
1 parent 0162245 commit 05c2a56
Showing 1 changed file with 20 additions and 21 deletions.
41 changes: 20 additions & 21 deletions src/components/business/Parts/K-LoadMore/index.less
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
.k-load-more {
.global_flex-center();

flex-shrink: 0;
width: 100%;
height: 4.6875rem;
margin-top: auto;
transition: 0.25s;
filter: var(--d-shadow-b);
pointer-events: none;

&.hide {
opacity: 0;
}

.text {
margin-left: 1rem;
color: #7b96c0;
font-size: 2rem;
}
}
.k-load-more {
.global_flex-center();

flex-shrink: 0;
width: 100%;
height: 4.6875rem;
transition: 0.25s;
filter: var(--d-shadow-b);
pointer-events: none;

&.hide {
opacity: 0;
}

.text {
margin-left: 1rem;
color: #7b96c0;
font-size: 2rem;
}
}

0 comments on commit 05c2a56

Please sign in to comment.