From ebab8c6c79c7e94481712f570d321d0f8a37dbc4 Mon Sep 17 00:00:00 2001 From: DCloud_JSON Date: Mon, 24 Jun 2024 16:13:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20web=20=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E7=AB=AF=EF=BC=8C=E4=BC=9A=E8=AF=9D=E5=88=97=E8=A1=A8=E7=9A=84?= =?UTF-8?q?=E9=AB=98=E5=BA=A6=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/index/index.scss b/pages/index/index.scss index 2abbc39..e2cc2d0 100644 --- a/pages/index/index.scss +++ b/pages/index/index.scss @@ -13,6 +13,9 @@ page { cursor: pointer; } } + @media screen and (max-device-width:960px){ + height: calc(100vh - 44px); + } /* #endif */ .uni-im-index { // border: 1px solid #FFF; -- GitLab