style(chat-body): fix chat-body margin-bottom not enough

This commit is contained in:
real-jacket 2023-03-30 01:01:33 +08:00
parent 73b2ede53a
commit 21fb3eba65

View File

@ -218,7 +218,7 @@
flex: 1;
overflow: auto;
padding: 20px;
margin-bottom: 100px;
margin-bottom: 160px;
}
.chat-message {