|
@@ -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)">
|