@@ -26,6 +26,7 @@
max-width: 80%;
padding: 20rpx;
box-sizing: border-box;
+ display: inline-block;
font-size: 28rpx;
line-height: 42rpx;
border-radius: 14rpx;
@@ -62,7 +63,9 @@
display: flex;
flex-direction: column;
align-items: flex-end;
-
+ .time{
+ text-align: right;
+ }
.message {
display: inline-block;
background-color: #3DD076;
@@ -55,6 +56,9 @@
}
+.chat .content .self .contentBox .time {
+}
.chat .content .self .contentBox .message {