2912631854@qq.com преди 10 месеца
родител
ревизия
3bc4eec515
променени са 4 файла, в които са добавени 817 реда и са изтрити 802 реда
  1. 806 792
      pages/house/createOrder.vue
  2. 7 7
      pages/house/index.vue
  3. 2 2
      pages/my/houseList.vue
  4. 2 1
      pages/my/roomType.vue

Файловите разлики са ограничени, защото са твърде много
+ 806 - 792
pages/house/createOrder.vue


+ 7 - 7
pages/house/index.vue

@@ -463,8 +463,8 @@
 		margin-top: 140rpx;
 
 		.item {
-			min-width: 130rpx;
-			width: 130rpx;
+			min-width: 140rpx;
+			width: 140rpx;
 			height: 136rpx;
 			display: flex;
 			flex-direction: column;
@@ -569,13 +569,13 @@
 					align-items: center;
 					justify-content: center;
 					position: relative;
-					width: 130rpx;
-					min-width: 130rpx;
-					height: 83rpx;
+					width: 140rpx;
+					min-width: 140rpx;
+					height: 110rpx;
 					border-right: 1rpx solid #E9F0F5;
 					background-color: #fff;
 					color: #1F2425;
-					font-size: 20rpx;
+					font-size: 24rpx;
 					box-sizing: border-box;
 					border-bottom: 1rpx solid #E9F0F5;
 
@@ -718,7 +718,7 @@
 			flex-direction: column;
 
 			.roomNumber {
-				height: 83rpx;
+				height: 110rpx;
 				display: flex;
 				align-items: center;
 				border-bottom: 1rpx solid #E9F0F5;

+ 2 - 2
pages/my/houseList.vue

@@ -178,8 +178,8 @@
 								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;"
+							<view style="font-size: 30rpx;"> 房间号:</view>
+							<input style=" width: 70rpx; margin-bottom: 5rpx; font-size: 28rpx; height: 50rpx;"
 								v-model="room.roomNumber" />
 						</view>
 						<view style="display: flex; margin-top: 10rpx;" @click="delRoom(index)">

+ 2 - 1
pages/my/roomType.vue

@@ -28,7 +28,8 @@
 			</view>
 			<view class="right" @click="goEditTypeInfo(item.houseBaseId)">
 				<view class="top">
-					<text style="font-size: 30rpx; color: #333;">{{item.name}}</text>
+					<view style="font-size: 30rpx; color: #333;">{{item.name}}( {{item.isPutaway==1?'已上架':'已下架'}})
+					</view>
 					<u-icon name="arrow-right"></u-icon>
 				</view>
 				<view class="under">