@@ -2087,14 +2087,14 @@ onUnmounted(() => {
}
.message-item p {
margin: rpx(4) 0;
- line-height: 1.6;
- font-size: rpx(7);
+ line-height: 0;
+ font-size: rpx(10);
text-align: left;
color: black;
background-color: #e6faff;
opacity: 0.8;
border-radius: rpx(4);
- padding: rpx(6);
+ padding: rpx(2) rpx(5);
max-width: 100%;
.message-item p:first-child {