瀏覽代碼

优化消息列表

LinWuTai 1 周之前
父節點
當前提交
629a36e20f
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      pages/chat/chat.vue

+ 3 - 1
pages/chat/chat.vue

@@ -258,17 +258,19 @@
 							height: calc(70% - 5rpx);
 							font-size: $uni-title-font-size-2;
 							font-weight: bold;
+							padding-left: 10rpx;
 						}
 						.text {
 							height: calc(30% - 5rpx);
 							font-size: $uni-title-font-size-2;
 							color: $uni-text-color-grey;
 							@include text-overflow();
+							padding-left: 10rpx;
 						}
 						.tag {
 							position: absolute;
 							left: -14rpx;
-							top: -3rpx;
+							top: 0rpx;
 							width: 15rpx;
 							height: 15rpx;
 							background-color: $uni-color-error;