Commit 218de66b by zhangzhen

细节优化

parent 85b8a735
......@@ -63,7 +63,7 @@
<view v-for="(val,k) in item.roolList" :key='k' class="room-item" :class="{marginLeft: k%4 == 0, marginRight: k%4 == 3}" @tap='onNavSearch(val)'>
<view class="room-stauts">
<view class="flex-row">
<text :style="{color: colorEnum[val.colorStatus]}">{{statusEnum[val.colorStatus]}}</text>
<text class="text-sm" :style="{color: colorEnum[val.colorStatus]}">{{statusEnum[val.colorStatus]}}</text>
<text v-if="val.facilities.length" class="text-yellow2 text-sm">({{val.facilities[0]}})</text>
</view>
<view class="order-info-box">
......@@ -262,7 +262,7 @@ import moment from "@/common/moment";
display: flex;
flex-direction: column;
border-radius: 20upx;
width: 92%;
width: 94%;
margin-top: 10upx;
}
.title-box{
......
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