This commit is contained in:
dap
2024-09-26 07:55:41 +08:00
31 changed files with 1331 additions and 618 deletions

View File

@@ -154,7 +154,7 @@ function handleDragOver(e: MouseEvent | TouchEvent) {
resume();
}
} else {
actionEl.setLeft(`${wrapperWidth - actionWidth + 10}px`);
actionEl.setLeft(`${wrapperWidth - actionWidth}px`);
barEl.setWidth(`${wrapperWidth - actionWidth / 2}px`);
checkPass();
}