zhangdan преди 4 години
родител
ревизия
74f6496d9c
променени са 2 файла, в които са добавени 4 реда и са изтрити 17 реда
  1. 4 3
      pages/index/userInfo.vue
  2. 0 14
      pages/index/yuyue.vue

+ 4 - 3
pages/index/userInfo.vue

@@ -21,7 +21,7 @@
 							<u-icon name="arrow-right" slot="right"></u-icon>
 						</u-form-item>
 						<u-form-item prop="houseAddress" label="详细信息:" required>
-							<u-input placeholder="请输入详细信息" v-model="form.houseAddress" maxlength="30" class="houseAddress" type="textarea"/>
+							<u-input placeholder="请输入详细信息" v-model="form.houseAddress" maxlength="30" class="houseAddress" type="textarea" height="0" auto-height :clearable="false"></u-input>
 						</u-form-item>
 				</u-form>
 			</view>
@@ -311,8 +311,9 @@
 			}
 		}
 		.houseAddress{
-			display: flex;
-			flex-wrap: wrap;
+			// display: flex;
+			// flex-wrap: wrap;
+			// height: auto;
 		}
 		.btns{
 			padding: 30upx 30upx 50upx;

+ 0 - 14
pages/index/yuyue.vue

@@ -590,20 +590,6 @@
 				}
 			}
 		}
-		// .item-type{
-		// 	padding:10upx;
-		// 	// border: 1px solid #979797;
-		// 	opacity: 1;
-		// 	border-radius: 100upx;
-		// 	// font-size: 30rpx;
-		// 	color: #999999;
-		// 	text-align: center;
-		// }
-		// .item-type.active{
-		// 	padding: 10upx;
-		// 	background-color:rgba(79, 136, 247, 0.2);
-		// 	border-radius: 100px;
-		// }
 		.btns{
 			padding: 30upx 30upx 50upx;
 			background-color: #fff;