|
@@ -13,6 +13,9 @@
|
|
|
margin-bottom: 42rpx;
|
|
|
margin-top: 20rpx;
|
|
|
}
|
|
|
+.chat .content .base .contentBox {
|
|
|
+ flex: 1;
|
|
|
+}
|
|
|
.chat .content .base .contentBox .time {
|
|
|
width: 200rpx;
|
|
|
margin-bottom: 10rpx;
|
|
@@ -48,7 +51,9 @@
|
|
|
justify-content: flex-end;
|
|
|
}
|
|
|
.chat .content .self .contentBox {
|
|
|
- text-align: right;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ align-items: flex-end;
|
|
|
}
|
|
|
.chat .content .self .contentBox .message {
|
|
|
display: inline-block;
|