From 2ca35a29248b3dff45c39f5e73cf701e22e4c594 Mon Sep 17 00:00:00 2001
From: Xwen <929716663@qq.com>
Date: Thu, 14 Dec 2023 16:25:38 +0800
Subject: [PATCH] =?UTF-8?q?perf:=E4=BC=98=E5=8C=96header=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Yi.Bbs.Vue3/src/assets/common/icons/dog.svg | 1 +
Yi.Bbs.Vue3/src/layout/AppHeader.vue | 210 ++++++++++++--------
Yi.Bbs.Vue3/src/layout/Index.vue | 32 +--
3 files changed, 148 insertions(+), 95 deletions(-)
create mode 100644 Yi.Bbs.Vue3/src/assets/common/icons/dog.svg
diff --git a/Yi.Bbs.Vue3/src/assets/common/icons/dog.svg b/Yi.Bbs.Vue3/src/assets/common/icons/dog.svg
new file mode 100644
index 00000000..f316dafb
--- /dev/null
+++ b/Yi.Bbs.Vue3/src/assets/common/icons/dog.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/Yi.Bbs.Vue3/src/layout/AppHeader.vue b/Yi.Bbs.Vue3/src/layout/AppHeader.vue
index 3d3bc0f5..c4029c3e 100644
--- a/Yi.Bbs.Vue3/src/layout/AppHeader.vue
+++ b/Yi.Bbs.Vue3/src/layout/AppHeader.vue
@@ -1,76 +1,88 @@
-
-
- {{configStore.name}}
- 主页
-
- 学习
- 学习 one
- 学习 two
- 学习 three
-
-
- 资源
- 资源 one
- 资源 two
- 资源 three
-
-
- 问答
- 问答 one
- 问答 two
- 问答 three
-
-
-
-
-
-
-
- 搜索
+
+
+
+
+
+
{{ configStore.name }}
-
-
-
-
-
-
- 个人中心
- 进入个人中心
- 其他
- 登出
-
-
-
-
+
+
+ 主页
+
+ 学习
+ 学习 one
+ 学习 two
+ 学习 three
+
+
+ 资源
+ 资源 one
+ 资源 two
+ 资源 three
+
+
+ 问答
+ 问答 one
+ 问答 two
+ 问答 three
+
+
+
+
+
+
+ 搜索
+
+
+
+
+
+
+
+
+ 进入个人中心
+ 其他
+ 登出
+
+
+
+
+
-
\ No newline at end of file
+
diff --git a/Yi.Bbs.Vue3/src/layout/Index.vue b/Yi.Bbs.Vue3/src/layout/Index.vue
index 32d00a21..74ffd21d 100644
--- a/Yi.Bbs.Vue3/src/layout/Index.vue
+++ b/Yi.Bbs.Vue3/src/layout/Index.vue
@@ -1,27 +1,33 @@
-
-
+
-
-
+
-
\ No newline at end of file
+
+.el-main {
+ margin: 0;
+ padding: 0;
+ min-height: 10rem;
+ background-color: #f0f2f5;
+}
+