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