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

View File

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