提交 fc2df589 编写于 作者: 恪愚's avatar 恪愚

优化组件展示,新增自定义展示方式

上级 603722ec
......@@ -2,15 +2,15 @@
.calendar_date{
width: 100%;
position: fixed;
bottom: 0;
left: 0;
z-index: 100000 !important;
background-color: white;
padding-bottom: 3rpx;
}
.calendar_select_date{
animation: transfer 1.3s linear;
position: fixed;
bottom: 0;
left: 0;
z-index: 100000 !important;
animation: transfer 1.2s linear;
animation-delay: -.5s;
}
@keyframes transfer{
......
<view>
<view class="select" bindtap="selected">选择时间</view>
<y-calendar wx:if="{{selected}}" before_show="0" task_show="1" dateTimes="{{dateTimes}}" bind:timeload="timeload" bind:timechanged="timechanged"></y-calendar>
</view>
\ No newline at end of file
</view>
<!-- <view>
<y-calendar before_show="1" task_show="0" dateTimes="{{dateTimes}}" bind:timeload="timeload" bind:timechanged="timechanged"></y-calendar>
</view> -->
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册