Skip to content

Commit

Permalink
chore: 样式
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Jan 17, 2024
1 parent 2b47579 commit c24c0f8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-store-front-end",
"version": "2.14.74",
"version": "2.14.75",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
2 changes: 1 addition & 1 deletion src/components/FileListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
window.scrollTo({
top: scrollTop,
behavior: "instant"
behavior: "instant" as any,
});
router.back();
Expand Down
2 changes: 1 addition & 1 deletion src/components/SubListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
window.scrollTo({
top: scrollTop,
behavior: "instant"
behavior: "instant" as any
});
router.back();
Expand Down
2 changes: 1 addition & 1 deletion src/views/FileEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
window.scrollTo({
top: scrollTop,
behavior: "instant"
behavior: "instant" as any
});
router.back();
Expand Down
2 changes: 1 addition & 1 deletion src/views/SubEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@
window.scrollTo({
top: scrollTop,
behavior: "instant"
behavior: "instant" as any
});
router.back();
Expand Down

0 comments on commit c24c0f8

Please sign in to comment.