图片不能被选中

wp1.0
fanluyan 2 years ago
parent 4aa18787c3
commit 83a531be52

@ -2,7 +2,12 @@
margin: 0;
padding: 0;
}
img {
-webkit-user-select: none; /* Safari 3.1+ */
-moz-user-select: none; /* Firefox 2+ */
-ms-user-select: none; /* IE 10+ */
user-select: none; /* Standard syntax */
}
html,
body,
#app,

Loading…
Cancel
Save