...
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user