Skip to content

Commit

Permalink
feat: (wip)左右翻页
Browse files Browse the repository at this point in the history
  • Loading branch information
journey-ad committed Dec 18, 2023
1 parent 2f5e307 commit e0d6484
Show file tree
Hide file tree
Showing 5 changed files with 368 additions and 137 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"file-saver": "^2.0.2",
"gif.js": "^0.2.0",
"gifshot": "^0.4.5",
"gsap": "^3.12.4",
"js-base64": "^2.5.2",
"jszip": "^3.4.0",
"localforage": "^1.10.0",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/base.styl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
html, body {
font-family: 'Noto Sans SC', sans-serif;
color: #333;
overscroll-behavior: none;
user-select: none;
height: 100%;
touch-action: pan-x pan-y;
Expand All @@ -20,6 +19,7 @@ html {
overflow-y: scroll;
box-sizing: border-box;
overscroll-behavior: none;
touch-action: manipulation;

&.no-scroll {
overflow: hidden;
Expand Down
Loading

0 comments on commit e0d6484

Please sign in to comment.