From 418d73caba1f2939cd4361fd9aee66544deaba20 Mon Sep 17 00:00:00 2001 From: first19326 <870390039@qq.com> Date: Fri, 3 Nov 2023 00:48:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D720px=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6=E7=9A=84=E8=A7=86=E7=AA=97=E4=B8=8B=EF=BC=8C=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E7=AB=AF=E6=8C=89=E9=92=AE=E6=9C=AA=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index c777137..3c905b6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -183,7 +183,7 @@ onBeforeUnmount(() => { .i-icon { transform: translateY(2px); } - @media (min-width: 720px) { + @media (min-width: 721px) { display: none; } }