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