Skip to content

Commit

Permalink
😶style: 在移动端隐藏计时器组件
Browse files Browse the repository at this point in the history
  • Loading branch information
JLinMr committed Nov 1, 2024
1 parent db9f2d8 commit a3542f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/VisitTimer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ const toggleCalendar = () => {
pointer-events: none;
width: 100%;
height: 0;
/* 在移动端隐藏组件 */
@media (max-width: 768px) {
display: none;
}
}
.visit-timer, .calendar-popup {
Expand Down

0 comments on commit a3542f2

Please sign in to comment.