feat: 调整首页样式,设置页面高度为100vh,修改消息项间距

This commit is contained in:
yangzhe 2025-07-04 15:47:28 +08:00
parent 24a8380513
commit 9d6ed7ca8a
1 changed files with 2 additions and 1 deletions

View File

@ -507,6 +507,7 @@ export default {
<style lang="scss" scoped>
page {
height: 100vh;
background-image: url("/static/common/images/images_bg.png");
width: 100%;
background-repeat: no-repeat;
@ -874,7 +875,7 @@ page {
.message-left,
.message-right {
display: flex;
margin-bottom: 30rpx;
margin-bottom: 32rpx;
align-items: flex-start;
}