Browse Source

调整首页显示

zhengkaixin 1 năm trước cách đây
mục cha
commit
12e12f0803
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 3 2
      pages/index/index.vue

+ 3 - 2
pages/index/index.vue

@@ -2047,7 +2047,8 @@
 			display: flex;
 			flex-wrap: wrap;
 			margin-top: 16rpx;
-			
+			height: 46rpx;
+			overflow: hidden;
 			.sign-tag {
 				line-height: 40rpx;
 				border-radius: 8rpx;
@@ -2056,7 +2057,7 @@
 				font-size: 24rpx;
 				text-align: center;
 				//border: 1px solid rgba(255, 139, 0, 100);
-				padding: 0 8rpx;
+				padding: 0 8rpx 14rpx 8rpx;
 				margin-right: 16rpx;
 				margin-bottom: 8rpx;
 			}