全局禁用图片事件

This commit is contained in:
a0049873 2022-12-09 10:20:08 +08:00
parent dd30c22954
commit 8b40129164
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
* @Author: hisense.wuhongjian
* @Date: 2022-05-06 11:12:00
* @LastEditors: Light
* @LastEditTime: 2022-12-01 15:46:55
* @LastEditTime: 2022-12-09 10:17:11
* @Description: 告诉大家这是什么
-->
<template>
@ -173,4 +173,7 @@
body {
font-size: 0.14rem;
}
img {
pointer-events: none;
}
</style>