소스 검색

feat: 房型列表

2912631854@qq.com 4 달 전
부모
커밋
a712df359c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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)">