禁止图片拖动

pull/225/head
lyswhut 2020-04-30 10:24:40 +08:00
parent f237a9aab5
commit df2582d1de
1 changed files with 1 additions and 2 deletions

View File

@ -460,7 +460,6 @@ export default {
display: flex; display: flex;
justify-content: flex-start; justify-content: flex-start;
align-items: center; align-items: center;
-webkit-app-region: drag;
img { img {
max-width: 100%; max-width: 100%;
@ -665,7 +664,7 @@ each(@themes, {
&.close:after { &.close:after {
background-color: ~'@{color-@{value}-closeBtn}'; background-color: ~'@{color-@{value}-closeBtn}';
} }
&.hide:hover:after { &.hide:hover:after {
background-color: ~'@{color-@{value}-hideBtn-hover}'; background-color: ~'@{color-@{value}-hideBtn-hover}';
} }