We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54e32e commit 5233f27Copy full SHA for 5233f27
web/src/js/module/footer/index.scss
@@ -50,3 +50,12 @@
50
color: $text-color;
51
}
52
53
+.footer-mask {
54
+ position: fixed;
55
+ top: -100vh;
56
+ left: -100vw;
57
+ width: 200vw;
58
+ height: 200vh;
59
+ background-color: #00000000;
60
+}
61
+
web/src/js/module/footer/index.vue
@@ -9,6 +9,7 @@
9
ref="resourceSimple"
10
@update-job="updateJob">
11
</resource-simple>
12
+ <div v-if="isMouseMove" class="footer-mask"></div>
13
<div
14
:title="msg"
15
class="footer-channel">
0 commit comments