From 881902e971eebe4d451893b2914ccc42bdee35fc Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Wed, 1 Nov 2023 10:10:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=B1=8F=E5=B9=95=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=E7=9A=84=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/index.vue | 7 +++++++ 1 file changed, 7 insertions(+) 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%;