Skip to content

Commit

Permalink
fix: 修复720px宽度的视窗下,移动端按钮未显示错误
Browse files Browse the repository at this point in the history
  • Loading branch information
first19326 committed Nov 2, 2023
1 parent 9c03de7 commit 418d73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ onBeforeUnmount(() => {
.i-icon {
transform: translateY(2px);
}
@media (min-width: 720px) {
@media (min-width: 721px) {
display: none;
}
}
Expand Down

0 comments on commit 418d73c

Please sign in to comment.