diff --git a/src/components/ScrollList.vue b/src/components/ScrollList.vue index 5dd1708..4f0a0bc 100644 --- a/src/components/ScrollList.vue +++ b/src/components/ScrollList.vue @@ -55,6 +55,9 @@ watch( { width: 40px; } .point-records { - padding: 15px; - height: calc(100% - 30px); + margin: 15px; + margin-bottom: 0; + height: calc(100% - 70px); }