Ver código fonte

隐藏消息时间

LinWuTai 1 semana atrás
pai
commit
4aad910b37
1 arquivos alterados com 4 adições e 3 exclusões
  1. 4 3
      pages/chat/chat.vue

+ 4 - 3
pages/chat/chat.vue

@@ -32,11 +32,11 @@
 						</view>
 						<view class="tag" v-show="!item.read"></view>
 					</view>
-					<view class="other-box">
+					<!-- <view class="other-box">
 						<view class="date">
 							{{item.createTime}}
 						</view>
-					</view>
+					</view> -->
 				</view>
 				<view class="line-box"></view>
 			</view>
@@ -244,7 +244,8 @@
 					// 	}
 					// }
 					.content-box {
-						width: 85%;
+						// width: 85%;
+						width: 100%;
 						display: flex;
 						flex-direction: column;
 						justify-content: space-around;