Commit d4a97ace by zhangzhen

细节优化

parent fef11e03
......@@ -93,7 +93,7 @@
<view class="flex-col part-bottom">
<view class="flex-between room-title">
<view class="room-name">
<text>{{item.name}}{{item.roomType?'【'+roomTypeEnum[item.roomType]+'】':''}}</text>
<text>{{item.name}}{{item.textInput || ''}}</text>
</view>
<view class="price">
<!-- <text v-if="item.recordsTime" class="text-sm text-orange text-bold">{{item.recordsTime}} 结束</text> -->
......@@ -1073,7 +1073,7 @@
.flex-between {
.room-name {
text {
font-size: 34upx;
font-size: 32upx;
font-weight: bold;
color: #3D3D3D;
}
......
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