LinWuTai 1 долоо хоног өмнө
parent
commit
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;