diff --git a/Yi.Bbs.Vue3/src/layout/AppBody.vue b/Yi.Bbs.Vue3/src/layout/AppBody.vue index a66ab20d..eda5f16e 100644 --- a/Yi.Bbs.Vue3/src/layout/AppBody.vue +++ b/Yi.Bbs.Vue3/src/layout/AppBody.vue @@ -11,5 +11,6 @@ display: flex; justify-content: center; /* min-height: 1150px; */ + background-color: #f0f2f5; } diff --git a/Yi.Bbs.Vue3/src/layout/Index.vue b/Yi.Bbs.Vue3/src/layout/Index.vue index 0036fa4f..e3bcd218 100644 --- a/Yi.Bbs.Vue3/src/layout/Index.vue +++ b/Yi.Bbs.Vue3/src/layout/Index.vue @@ -60,6 +60,7 @@ const handleScroll = () => { } &-main { height: calc(100% - 50px); + overflow: visible !important; } } diff --git a/Yi.Bbs.Vue3/src/views/chathub/Index.vue b/Yi.Bbs.Vue3/src/views/chathub/Index.vue index 7ac17db9..8218ddf4 100644 --- a/Yi.Bbs.Vue3/src/views/chathub/Index.vue +++ b/Yi.Bbs.Vue3/src/views/chathub/Index.vue @@ -1,5 +1,5 @@