Commit 13cc3564 by liang ce

合并代码

parents c0265c0b 98d34072
......@@ -388,9 +388,9 @@
.iconicon_days {
position: absolute;
left: 10rpx;
left: 9rpx;
top: 12rpx;
font-size: 23rpx;
font-size: 24rpx;
}
.tabBarView .iconicon_days {
......
......@@ -4,7 +4,7 @@
<view class="iconfont iconicon_open" onTap="selectSearchTime"></view>
</view>
</view>
<view class="roomScrollView" style="{{canScroll ? '': 'overflow:hidden'}}"">
<view class="roomScrollView" style="{{canScroll ? '': 'overflow:hidden'}}">
<view class="reserveMeeting">
<view class="meetingRoomContent" a:for="{{reserveRoomList}}" data-roomid="{{item.meetingRoomId}}" data-roomname="{{item.name}}" onTap="changeRoomTime">
<view class="roomMessage">
......
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