细节优化
This commit is contained in:
@@ -55,6 +55,9 @@ watch(
|
||||
<scroll-view
|
||||
class="scroll-list"
|
||||
scroll-y
|
||||
:show-scrollbar="false"
|
||||
enhanced="true"
|
||||
:bounces="false"
|
||||
refresher-default-style="white"
|
||||
:refresher-enabled="true"
|
||||
:refresher-triggered="refreshing"
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
"enable": false
|
||||
},
|
||||
"app-plus": {
|
||||
"bounce": "none",
|
||||
"usingComponents": true,
|
||||
"nvueStyleCompiler": "uni-app",
|
||||
"compilerVersion": 3,
|
||||
|
||||
@@ -179,7 +179,8 @@ const toDetailPage = (id) => {
|
||||
width: 40px;
|
||||
}
|
||||
.point-records {
|
||||
padding: 15px;
|
||||
height: calc(100% - 30px);
|
||||
margin: 15px;
|
||||
margin-bottom: 0;
|
||||
height: calc(100% - 70px);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user