From 868b5ad3108f45a096da967f92793ae05b645c2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=A6=82=E6=91=B8=E9=B1=BC=E5=8E=BB?= <1780903673@qq.com> Date: Thu, 4 Sep 2025 21:46:46 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E6=BC=94=E7=A4=BAdemo=E6=98=BE=E7=A4=BA=E6=95=88?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✅ Closes: #1269 --- docs/.vitepress/theme/components/VPIframe.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/.vitepress/theme/components/VPIframe.vue b/docs/.vitepress/theme/components/VPIframe.vue index dcdf18e1..7a308971 100644 --- a/docs/.vitepress/theme/components/VPIframe.vue +++ b/docs/.vitepress/theme/components/VPIframe.vue @@ -242,11 +242,11 @@ watch( opacity: 0; } -@media screen and (min-width: 1280px) { +@media screen and (min-width: 1440px) { .demo-model { - width: 310px; - height: calc(310px * 143.6 / 70.9 + 56px); - right: 48px; + width: 280px; + height: calc(320px * 143.6 / 70.9); + right: 12px; } .collapsed { @@ -254,10 +254,10 @@ watch( } } -@media screen and (min-width: 1440px) { +@media screen and (min-width: 1600px) { .demo-model { - width: 360px; - height: calc(360px * 143.6 / 70.9 + 56px); + width: 340px; + height: calc(340px * 143.6 / 70.9); right: 64px; } @@ -266,7 +266,7 @@ watch( } } -@media (max-width: 1279px) { +@media (max-width: 1439px) { .demo-model { display: none; }