feat: message page update

This commit is contained in:
tim
2025-07-10 12:05:00 +08:00
parent 67dabeec04
commit 886d26d251

View File

@@ -235,6 +235,7 @@ export default {
background-color: var(--background-color);
padding: 20px;
height: calc(100vh - var(--header-height) - 40px);
overflow-y: auto;
}
.notif-content {