Commit cce231c8 by zhangzhen

细节优化

parent d1ad73fd
......@@ -69,7 +69,7 @@
<view class="order-info-box" style="width: 100%;">
<image class="img" :src="assetsPath+'/avatar_no.png'" mode="widthFix"></image>
<view v-if="val.orderList&&val.orderList.length" class="list">
<view class="flex-row text-red text-bold text-sm" v-for="(orderItem,oIndex) in val.orderList" :key="oIndex">
<view class="flex-row text-red text-bold text-sm" v-for="(orderItem,oIndex) in val.orderList" v-if="oIndex<=2" :key="oIndex">
<text>{{orderItem.preStartDate}}</text>
<text>-</text>
<text>{{orderItem.preEndDate}}</text>
......@@ -299,7 +299,7 @@ import moment from "@/common/moment";
image{
display: block;
width: 100%;
max-height: 124upx;
max-height: 68upx;
}
}
}
......@@ -426,7 +426,7 @@ import moment from "@/common/moment";
font-size: 24upx;
}
}
.order-info-box{
.room-box .order-info-box{
position: relative;
display: flex;
width: 100%;
......@@ -441,6 +441,9 @@ import moment from "@/common/moment";
flex-direction: column;
justify-content: center;
align-items: center;
text{
margin: 4rpx 0;
}
}
}
</style>
......@@ -569,7 +569,7 @@
height: 100%;
image{
width: 100%;
max-height: 80upx;
max-height: 40upx;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment