This commit is contained in:
2022-02-11 17:51:41 +08:00
parent 7d85dadbe6
commit 4b59804633

View File

@@ -49,20 +49,21 @@
.name {
font-size: 24rpx;
line-height: 34rpx;
color: $text-gray-m;
color: $text-gray-m;
padding-bottom: 10rpx;
}
.msg--image {
padding: 20rpx;
// padding: 20rpx;
&.left {
border-radius: 0 20rpx 20rpx 20rpx;
background: white;
// background: white;
}
&.right {
border-radius: 20rpx 0 20rpx 20rpx;
background: #34CE98;
// background: #34CE98;
}
.img {