z-timeline-item.wxml 425 B

1
  1. <view class="data-v-39dbfb1e"><view class="{{['z-time-item flex-n ml-10 data-v-39dbfb1e',align=='center'?'fac':'']}}"><view class="dot data-v-39dbfb1e" style="{{'background:'+(bgColor)+';'+('border:'+('5rpx solid '+borderColor)+';')}}"></view><view class="content ml-40 flex-1 data-v-39dbfb1e"><block wx:if="{{timestamp}}"><view class="timestamp data-v-39dbfb1e">{{timestamp}}</view></block><slot></slot></view></view></view>