禁止图片拖动

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;
justify-content: flex-start;
align-items: center;
-webkit-app-region: drag;
img {
max-width: 100%;
@ -665,7 +664,7 @@ each(@themes, {
&.close:after {
background-color: ~'@{color-@{value}-closeBtn}';
}
&.hide:hover:after {
background-color: ~'@{color-@{value}-hideBtn-hover}';
}