File tree 1 file changed +2
-3
lines changed
src/components/common/list
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ const topInset = computed(() => {
200
200
const listPaddingTop = computed (
201
201
() => topInset .value + (listOptions ?.value ?.paddingTop ?? 60 ),
202
202
);
203
- const listPaddingBottom = computed (() => listOptions ?.value ?.paddingBottom ?? 32 );
203
+ const listPaddingBottom = computed (() => listOptions ?.value ?.paddingBottom ?? 8 );
204
204
</script >
205
205
206
206
<template >
@@ -290,9 +290,8 @@ const listPaddingBottom = computed(() => listOptions?.value?.paddingBottom ?? 32
290
290
@include animation .fade-in ;
291
291
292
292
.list-scroll {
293
- height : calc ( var (--full-height ) - 8 px );
293
+ height : var (--full-height );
294
294
margin-top : calc (0% - #{layout .$safe-navbar-height } );
295
- margin-bottom : 8px ;
296
295
297
296
.load-more {
298
297
margin-top : 1rem ;
You can’t perform that action at this time.
0 commit comments