From f972192597d9db8446c553dc1397307d03631c6a Mon Sep 17 00:00:00 2001 From: shidongli Date: Fri, 27 Oct 2023 16:49:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 43a3e07..7b48d17 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -3,15 +3,10 @@
@@ -67,7 +62,11 @@ export default { line-height: 30px; } .home { - // position: relative; + width: 100%; + top: 50%; + transform: translateY(-50%); + padding: 20px; + position: absolute; blockquote { padding: 10px 20px; margin: 0 0 20px;