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;
+}
+