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