From c6b9b00127fb07273383a6eb63b642bbe8d5bf16 Mon Sep 17 00:00:00 2001 From: guo <1716967236@qq.com> Date: Mon, 2 Jun 2025 21:30:30 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E5=AD=A6=E4=B9=A0=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E9=A1=B5=E9=9D=A2-=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=BB=98=E5=88=B6=E4=B8=8E=E9=83=A8=E5=88=86=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 11 +---- src/components/Study.vue | 100 ++++++++++++++++++++++----------------- 2 files changed, 57 insertions(+), 54 deletions(-) diff --git a/src/App.vue b/src/App.vue index 8b005ea..6b7844c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,4 @@ @@ -38,15 +36,8 @@ import MyFooter from "@/components/MyFooter.vue"; background-size: cover; } -template { - display: flex; - justify-content: center; - align-items: center; - min-height: 100vh; -} - .common-layout { - min-width: 100vw; /* 设置最大宽度 */ + min-width: 100vw; min-height: 100vh; } diff --git a/src/components/Study.vue b/src/components/Study.vue index d83b3ef..3cbd829 100644 --- a/src/components/Study.vue +++ b/src/components/Study.vue @@ -1,18 +1,24 @@