zhengkaixin 2 年之前
父节点
当前提交
2be3ec3ec7
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      pages/homePage/homePage.vue

+ 3 - 1
pages/homePage/homePage.vue

@@ -379,6 +379,7 @@
 			justify-content: space-between;
 			margin-bottom: 40rpx;
 			max-height:100px;
+			min-height: 80px;
 			.content {
 				display: flex;
 				flex-direction: column;
@@ -406,6 +407,7 @@
 
 		.img {
 			width: 224rpx;
+			
 			border-radius: 5px;
 			overflow: hidden;
 
@@ -413,7 +415,7 @@
 				border-radius: 5px;
 				width: 100%;
 				height: 100%;
-			
+				
 			}
 		}
 	}