From 492260d5ead0dd5fc0d97ee7b529fa93f37778f9 Mon Sep 17 00:00:00 2001 From: xugaoyi <894072666@qq.com> Date: Thu, 6 Jan 2022 15:19:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E7=BB=93=E6=9E=9C=E6=A1=86=E7=A7=BB=E5=8A=A8=E7=AB=AF=E4=B8=8B?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=85=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/styles/index.styl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/.vuepress/styles/index.styl b/docs/.vuepress/styles/index.styl index 925037d..78572bd 100644 --- a/docs/.vuepress/styles/index.styl +++ b/docs/.vuepress/styles/index.styl @@ -62,6 +62,11 @@ body .vuepress-plugin-demo-block__wrapper .suggestions overflow: auto max-height: calc(100vh - 6rem) + @media (max-width: 719px) { + width: 90vw; + min-width: 90vw!important; + margin-right: -20px; + } .highlight color: $accentColor font-weight: bold