style: 修复message页的样式

This commit is contained in:
2025-09-21 10:06:19 +08:00
parent 276e7dfee0
commit 35c79930c5

View File

@@ -9,12 +9,13 @@
// 导航栏
.navbar {
height: 100px;
height: 56px;
background: #FFFFFF;
padding-top: 44px;
position: sticky;
top: 0;
z-index: 100;
box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
.navbar-content {
height: 56px;
@@ -50,13 +51,13 @@
flex: 1;
overflow: hidden;
box-sizing: border-box;
margin-bottom:100px;
// margin-bottom:100px;
background-color: none !important;
.message-list-content {
display: flex;
flex-direction: column;
padding: 0 12px;
padding: 12px 12px 112px;
gap: 8px;
}