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