Skip to content

Commit

Permalink
fix: 当屏幕高度过小时不显示页脚
Browse files Browse the repository at this point in the history
  • Loading branch information
oljc committed Jan 17, 2024
1 parent 68d07b3 commit 54f2c8e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/views/login/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,10 @@ import logoSvg from '@/assets/logo.svg';
}
}
}
@media (max-height: @screen-md) {
.footer {
display: none;
}
}
</style>

0 comments on commit 54f2c8e

Please sign in to comment.