From a55cba4c1f33cd788d89f7f8b27cd0c21c827cdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A9=99=E5=AD=90?= <454313500@qq.com> Date: Fri, 3 Mar 2023 23:56:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=8C=E6=88=90=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E6=90=AD=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.BBS.Vue3/src/assets/main.css | 10 +++++ Yi.BBS.Vue3/src/layout/AppBody.vue | 18 +++++--- Yi.BBS.Vue3/src/layout/Index.vue | 9 +++- Yi.BBS.Vue3/src/views/Index.vue | 70 ++++++++++++++++++++++++++++-- 4 files changed, 95 insertions(+), 12 deletions(-) diff --git a/Yi.BBS.Vue3/src/assets/main.css b/Yi.BBS.Vue3/src/assets/main.css index 8584804f..637bd1c5 100644 --- a/Yi.BBS.Vue3/src/assets/main.css +++ b/Yi.BBS.Vue3/src/assets/main.css @@ -1,4 +1,14 @@ /* @import './base.css'; */ +/* #app { + margin: 0 auto; + font-weight: normal; +} */ +body +{ + margin: 0 auto; + font-weight: normal; + +} /* #app { max-width: 1280px; diff --git a/Yi.BBS.Vue3/src/layout/AppBody.vue b/Yi.BBS.Vue3/src/layout/AppBody.vue index 999e63b9..1c26cdc8 100644 --- a/Yi.BBS.Vue3/src/layout/AppBody.vue +++ b/Yi.BBS.Vue3/src/layout/AppBody.vue @@ -1,21 +1,25 @@ -import { h } from 'vue'; - \ 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 5990c3b6..2ab328cd 100644 --- a/Yi.BBS.Vue3/src/layout/Index.vue +++ b/Yi.BBS.Vue3/src/layout/Index.vue @@ -15,4 +15,11 @@ \ No newline at end of file + + + \ No newline at end of file diff --git a/Yi.BBS.Vue3/src/views/Index.vue b/Yi.BBS.Vue3/src/views/Index.vue index 0013b785..ea5e1c0b 100644 --- a/Yi.BBS.Vue3/src/views/Index.vue +++ b/Yi.BBS.Vue3/src/views/Index.vue @@ -1,9 +1,71 @@ -