From cea2319171c6e9a68e2e4fcb4264d51ef97b9551 Mon Sep 17 00:00:00 2001
From: smqyisyy <1052818122@qq.com>
Date: Thu, 9 May 2024 15:38:26 +0800
Subject: [PATCH] =?UTF-8?q?feat:=E5=AE=8C=E6=88=90=E5=BD=92=E6=A1=A3?=
=?UTF-8?q?=E9=A1=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/App.vue | 3 +-
src/assets/css/common.css | 6 +-
src/components/about/AboutCard.vue | 1 -
src/main.js | 2 +-
src/pages/Archives.vue | 131 ++++++++++++++++++++++++++---
5 files changed, 127 insertions(+), 16 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index d65ef39..4b9cfa1 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -41,7 +41,8 @@
/* 底部使用flex居中 */
.footer-containter {
- margin-top: 30px;
+ margin-top: 80px;
+ margin-bottom: 0;
height: 147px;
width: 100%;
background-color: #ee6e73;
diff --git a/src/assets/css/common.css b/src/assets/css/common.css
index 6157cf1..8618114 100644
--- a/src/assets/css/common.css
+++ b/src/assets/css/common.css
@@ -15,12 +15,12 @@ body {
opacity: 1;
visibility: visible;
color: #fff;
- /* height: 100%; */
+ /* height: 100%;
+ width: 100%; */
+ /* overflow: hidden; */
}
html {
scroll-behavior: smooth;
- /* width: 100%; */
- /* height: 100%; */
}
@media (max-width: 992px) {
body {
diff --git a/src/components/about/AboutCard.vue b/src/components/about/AboutCard.vue
index 3ad4cda..518133b 100644
--- a/src/components/about/AboutCard.vue
+++ b/src/components/about/AboutCard.vue
@@ -7,7 +7,6 @@
-
\ No newline at end of file