Browse Source

增加屏幕高度的判断

master
453530270@qq.com 2 years ago
parent
commit
881902e971
  1. 7
      pages/login/index.vue

7
pages/login/index.vue

@ -232,6 +232,13 @@ import store from '@/store'
.vfcode{
margin-left: 32rpx;
}
//
@media screen and (max-height: 500px){
.vbottom{
display: none;
}
}
.vbottom{
position: absolute;
width: 100%;

Loading…
Cancel
Save