细节优化
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user