fix: 禁止图片拖动

This commit is contained in:
streakingman 2022-09-27 19:30:27 +08:00
parent f8c969f75b
commit e7ae319ecf
2 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,7 @@ vite+react 实现,欢迎 star、issue、pr、fork尽量标注原仓库地
- [x] 关卡生成 - [x] 关卡生成
- [ ] UI/UX 优化 - [ ] UI/UX 优化
- [x] 多主题 - [x] 多主题
- [ ] 计时、得分、保存进度机制 - [ ] 计时、得分排行、保存进度机制
- [ ] 性能优化 - [ ] 性能优化
- [x] BGM/音效 - [x] BGM/音效
- [ ] ~~点击时的缓冲队列,优化交互动画效果~~ - [ ] ~~点击时的缓冲队列,优化交互动画效果~~

View File

@ -57,6 +57,7 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
object-fit: cover; object-fit: cover;
-webkit-user-drag: none;
} }
} }
} }