Explorar el Código

项目详情UI 优化

王晓晨 hace 3 años
padre
commit
e27ee90af5
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  1. 5 2
      pages/houseDetail/houseDetail.vue

+ 5 - 2
pages/houseDetail/houseDetail.vue

@@ -302,14 +302,17 @@
 					font-family: Verdana, Verdana-Bold;
 					font-weight: 700;
 					text-align: left;
-					color: #262626;
+					color: #262626;
+					white-space: pre-wrap;
+					max-width: 40%;
 				}
 
 				.tags {
 					margin-left: 8rpx;
 					display: flex;
 					justify-content: flex-start;
-					align-items: center;
+					align-items: center;
+					flex-wrap: wrap;
 					flex-grow: 1;
 
 					.item {