From d64131272c517b09410eb8eaf34ef8e48abcf209 Mon Sep 17 00:00:00 2001 From: wally <18603454788@163.com> Date: Thu, 26 Aug 2021 23:28:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E8=AF=95=E5=AE=9A=E6=9C=9F?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1bug=EF=BC=9B=E4=B8=8D=E8=83=BD=E5=90=88?= =?UTF-8?q?=E5=B9=B6=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + package.json | 2 +- src/components/TimeLine/TimeLine.vue | 7 +- src/mixins/timeline.js | 44 ------------- src/pages/project/project.vue | 97 +++++++++++----------------- src/store/task/mutations.js | 2 +- src/utils/task.js | 23 +++++++ 7 files changed, 66 insertions(+), 110 deletions(-) delete mode 100644 src/mixins/timeline.js create mode 100644 src/utils/task.js diff --git a/CHANGELOG.md b/CHANGELOG.md index 8621ca1..7f362db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -136,6 +136,7 @@ - | 时间轴无任务时时间刻度加载修改 | 4921672 - | 时间轴滚动位置修改 | 551da63 - | 时间轴骨架屏修改 | ca78d02 + - | 滚动id函数优化 | b351b67 - | 监听时间基本点 | 033fca0 - | 角色显示状态修改 | 7d3b906 - | 角色栏修改 | 19228d6 diff --git a/package.json b/package.json index ddff59a..5de14d8 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "postcss": "^7.0.36", "postcss-comment": "^2.0.0", "prettier": "^2.2.1", - "puppeteer": "^10.2.0", + "puppeteer": "^3.0.1", "right-pad": "^1.0.1", "sass-loader": "^8.0.2", "vue-cli-plugin-commitlint": "~1.0.12", diff --git a/src/components/TimeLine/TimeLine.vue b/src/components/TimeLine/TimeLine.vue index 2cb3b50..555e0d0 100644 --- a/src/components/TimeLine/TimeLine.vue +++ b/src/components/TimeLine/TimeLine.vue @@ -22,13 +22,12 @@