mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 18:59:36 +08:00
隐藏晚上
This commit is contained in:
parent
2ab1044ae9
commit
9a473b9694
@ -32,8 +32,8 @@
|
|||||||
<view class="am disabled" wx:if="{{room.am == 1}}">上午</view>
|
<view class="am disabled" wx:if="{{room.am == 1}}">上午</view>
|
||||||
<view class="pm" wx:if="{{room.pm == 0}}">下午</view>
|
<view class="pm" wx:if="{{room.pm == 0}}">下午</view>
|
||||||
<view class="pm disabled" wx:if="{{room.pm == 1}}">下午</view>
|
<view class="pm disabled" wx:if="{{room.pm == 1}}">下午</view>
|
||||||
<view class="night" wx:if="{{room.am == 0}}">晚上</view>
|
<!-- <view class="night" wx:if="{{room.am == 0}}">晚上</view>
|
||||||
<view class="night disabled" wx:if="{{room.am == 1}}">晚上</view>
|
<view class="night disabled" wx:if="{{room.am == 1}}">晚上</view> -->
|
||||||
<view class="priceView">
|
<view class="priceView">
|
||||||
<view class="unit">
|
<view class="unit">
|
||||||
{{room.capacityNum}}人 {{room.typeName}}
|
{{room.capacityNum}}人 {{room.typeName}}
|
||||||
|
@ -47,8 +47,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.meetingRoomView .meetingRoomItem .content .am,.meetingRoomView .meetingRoomItem .content .pm,.meetingRoomView .meetingRoomItem .content .night {
|
.meetingRoomView .meetingRoomItem .content .am,.meetingRoomView .meetingRoomItem .content .pm,.meetingRoomView .meetingRoomItem .content .night {
|
||||||
height: 40rpx;
|
height: 59rpx;
|
||||||
line-height: 40rpx;
|
line-height: 59rpx;
|
||||||
font-size: 20rpx;
|
font-size: 20rpx;
|
||||||
color: black;
|
color: black;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user