禁止图片拖动
parent
f237a9aab5
commit
df2582d1de
|
@ -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}';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue