feat: 调整首页样式,设置页面高度为100vh,修改消息项间距
This commit is contained in:
parent
24a8380513
commit
9d6ed7ca8a
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue