From 0d612bd6df4bb1d0796084aaa2cc0b796678417c Mon Sep 17 00:00:00 2001 From: lyswhut Date: Thu, 24 Oct 2019 15:16:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=BB=9A=E5=8A=A8=E9=AB=98?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/views/List.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/views/List.vue b/src/renderer/views/List.vue index b9c668ac..ec7bfae8 100644 --- a/src/renderer/views/List.vue +++ b/src/renderer/views/List.vue @@ -218,7 +218,7 @@ export default { } this.$nextTick(() => { - let location = this.getMusicLocation(this.$route.query.scrollIndex) - 200 + let location = this.getMusicLocation(this.$route.query.scrollIndex) - 150 if (location < 0) location = 0 isAnimation ? scrollTo(this.$refs.dom_scrollContent, location) : this.$refs.dom_scrollContent.scrollTo(0, location) this.$router.replace({