mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-17 19:23:26 +00:00
阻止长按图片
This commit is contained in:
parent
cf0a431fff
commit
793f6152ff
@ -22,6 +22,8 @@
|
|||||||
.el-avatar {
|
.el-avatar {
|
||||||
> img {
|
> img {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
pointer-events: none;
|
||||||
|
-webkit-touch-callout: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
> em {
|
> em {
|
||||||
|
|||||||
@ -356,6 +356,8 @@
|
|||||||
> img {
|
> img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
|
pointer-events: none;
|
||||||
|
-webkit-touch-callout: none;
|
||||||
}
|
}
|
||||||
&:hover {
|
&:hover {
|
||||||
transform: scale(1.4);
|
transform: scale(1.4);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user