Commit 55dcc062 by liang ce

更改图片,修改重复会议样式

parent a537ce2e
assests/endTimeAction.png

3.99 KB | W: | H:

assests/endTimeAction.png

3.93 KB | W: | H:

assests/endTimeAction.png
assests/endTimeAction.png
assests/endTimeAction.png
assests/endTimeAction.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -213,7 +213,7 @@
</picker>
<!-- 保存 -->
<view class="save" a:else>
<view onTap="showModel">
<view onTap="{{!isClicked ? 'showModel' : ''}}">
{{buttonText}}
</view>
</view>
......
<!-- <mw-select></mw-select> -->
版本号:115
版本号:116
<scroll-view a:if="{{todayStr !== ''}}" scroll-y="{{true}}" upper-threshold="50" lower-threshold="50" onScrollToLower="lower" onScroll="onScroll" style="height: 100vh;" scroll-into-view="{{todayStr}}">
<block a:for="{{scheduleList}}" a:for-item="scheduleYearList">
<block a:for="{{scheduleYearList}}">
......
......@@ -66,3 +66,16 @@
color: rgba(25,31,37,0.56);
padding-left: 32rpx;
}
.timeViewSwich {
height: 122rpx;
font-size: 30rpx;
line-height: 122rpx;
display: flex;
align-items: center;
justify-content: flex-end;
font-weight: bold;
}
.timeViewSwich switch{
display: block;
margin-left: 24rpx;
}
\ No newline at end of file
......@@ -10,8 +10,11 @@
结束时间不能小于会议截止时间
</view>
<view class="timeView">
<view class="timeViewSwich">
<view>
<text>永不截止</text><switch checked="{{recurrenceModel.forever == '1'}}" onChange="switchChange"/>
永不截止
</view>
<switch checked="{{recurrenceModel.forever == '1'}}" onChange="switchChange"/>
</view>
<view>
<picker-view value="{{pickerValue}}" class="parent" onChange="onChange">
......
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