Skip to content

Commit 5233f27

Browse files
committed
fixed #176
1 parent a54e32e commit 5233f27

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

web/src/js/module/footer/index.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,12 @@
5050
color: $text-color;
5151
}
5252
}
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
ref="resourceSimple"
1010
@update-job="updateJob">
1111
</resource-simple>
12+
<div v-if="isMouseMove" class="footer-mask"></div>
1213
<div
1314
:title="msg"
1415
class="footer-channel">

0 commit comments

Comments
 (0)