细节优化

This commit is contained in:
kron
2025-08-05 16:26:43 +08:00
parent c678a3160a
commit 5d0b27c568
3 changed files with 7 additions and 2 deletions

View File

@@ -55,6 +55,9 @@ watch(
<scroll-view <scroll-view
class="scroll-list" class="scroll-list"
scroll-y scroll-y
:show-scrollbar="false"
enhanced="true"
:bounces="false"
refresher-default-style="white" refresher-default-style="white"
:refresher-enabled="true" :refresher-enabled="true"
:refresher-triggered="refreshing" :refresher-triggered="refreshing"

View File

@@ -9,6 +9,7 @@
"enable": false "enable": false
}, },
"app-plus": { "app-plus": {
"bounce": "none",
"usingComponents": true, "usingComponents": true,
"nvueStyleCompiler": "uni-app", "nvueStyleCompiler": "uni-app",
"compilerVersion": 3, "compilerVersion": 3,

View File

@@ -179,7 +179,8 @@ const toDetailPage = (id) => {
width: 40px; width: 40px;
} }
.point-records { .point-records {
padding: 15px; margin: 15px;
height: calc(100% - 30px); margin-bottom: 0;
height: calc(100% - 70px);
} }
</style> </style>