diff --git a/pages/login/index.vue b/pages/login/index.vue index f77198a..6a91d12 100644 --- a/pages/login/index.vue +++ b/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%;