计分本细节调整

This commit is contained in:
kron
2025-11-12 20:40:00 +08:00
parent f41a3d7a3a
commit 9f33610f20
13 changed files with 128 additions and 123 deletions

View File

@@ -19,6 +19,10 @@ const props = defineProps({
type: Function,
default: null,
},
scroll: {
type: Boolean,
default: true,
},
});
const rect = ref({});
@@ -166,7 +170,7 @@ onMounted(async () => {
<template>
<scroll-view
scroll-y
:scroll-y="scroll"
scroll-with-animation
:scroll-top="scrollTop"
class="container"