全局图片禁止拖拽

This commit is contained in:
yj 2024-10-10 15:20:09 +08:00
parent 55e0bbec39
commit 8ce430ac4d
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ body {
img { img {
display: block; display: block;
-webkit-user-drag: none;
} }