Procházet zdrojové kódy

优化消息列表

LinWuTai před 1 týdnem
rodič
revize
629a36e20f
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  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;