feat: 首页调整
This commit is contained in:
@@ -1317,10 +1317,5 @@ const resetConfig = () => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.main-scroll-area {
|
@import "./styles/index.scss";
|
||||||
flex-basis: 0;
|
|
||||||
height: 0;
|
|
||||||
min-height: 0;
|
|
||||||
overscroll-behavior-y: contain;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
6
src/pages/ChatMain/ChatMainList/styles/index.scss
Normal file
6
src/pages/ChatMain/ChatMainList/styles/index.scss
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
.main-scroll-area {
|
||||||
|
flex-basis: 0;
|
||||||
|
height: 0;
|
||||||
|
min-height: 0;
|
||||||
|
overscroll-behavior-y: contain;
|
||||||
|
}
|
||||||
@@ -320,5 +320,5 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.pb-safe-area {
|
.pb-safe-area {
|
||||||
padding-bottom: Max(env(safe-area-inset-bottom), 4px);
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user