index.wxml 418 B

1
  1. <view class="{{['drag-container','data-v-0119a898',(autoDocking&&!moving)?'transition':'']}}" style="{{'left:'+(left+'px')+';'+('top:'+(top+'px')+';')+('width:'+(size+'rpx')+';')+('height:'+(size+'rpx')+';')+('z-index:'+(zIndex)+';')}}" id="drag-button" data-event-opts="{{[['touchend',[['touchend',['$event']]]],['touchmove',[['touchmove',['$event']]]]]}}" bindtouchend="__e" catchtouchmove="__e"><slot></slot></view>