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