update dist and lib

This commit is contained in:
jiaming743
2020-08-05 09:59:49 +08:00
parent 32b9757e0f
commit 536ded2964
4 changed files with 43 additions and 13 deletions

View File

@ -208,7 +208,7 @@ export default {
let rows = rowsData.slice(animationIndex)
rows.push(...rowsData.slice(0, animationIndex))
this.rows = rows
this.rows = rows.slice(0, rowNum + 1)
this.heights = new Array(rowLength).fill(avgHeight)
await new Promise(resolve => setTimeout(resolve, 300))