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
+1
View File
@@ -57,6 +57,7 @@
width: 100%;
height: 100%;
object-fit: cover;
-webkit-user-drag: none;
}
}
}