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 @@