Browse Source

feat: 房型列表

2912631854@qq.com 3 months ago
parent
commit
a712df359c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/my/houseList.vue

+ 2 - 2
pages/my/houseList.vue

@@ -58,12 +58,12 @@
 					<view class="weekendBox" style="display: flex; justify-content: space-between; align-items: center">
 						<view style="display: flex; align-items: center;height:54rpx ">
 							<view style="font-size: 30rpx;"> 楼层:</view>
-							<input style="width: 70rpx; margin-bottom: 5rpx; font-size: 28rpx; height: 50rpx;"
+							<input style="width: 150rpx; margin-bottom: 5rpx; font-size: 28rpx; height: 50rpx;"
 								v-model="room.floor" />
 						</view>
 						<view style="display: flex;  align-items: center;">
 							<view style="font-size: 30rpx;"> 房间号:</view>
-							<input style=" width: 70rpx; margin-bottom: 5rpx; font-size: 28rpx; height: 50rpx;"
+							<input style=" width: 150rpx; margin-bottom: 5rpx; font-size: 28rpx; height: 50rpx;"
 								v-model="room.roomNumber" />
 						</view>
 						<view style="display: flex; margin-top: 10rpx;" @click="delRoom(index)">