refactor: .chat-page 改为 height: 100% 让父级 padding 生效

This commit is contained in:
2026-07-19 20:49:05 +08:00
parent cb965fadff
commit f5b26c2fc7
+1 -2
View File
@@ -3587,13 +3587,12 @@ onUnmounted(() => {
}
.chat-page {
height: 100vh;
height: 100%;
min-height: 0;
display: flex;
flex-direction: column;
background: #13091f;
box-sizing: border-box;
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
}