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 @@ -