alert.wxml 615 B

1
  1. <view><view class="{{['tui-alert-class tui-alert-box',show?'tui-alert-show':'']}}"><view class="tui-alert-content" style="{{'font-size:'+(size+'rpx')+';'+('color:'+(color)+';')+('padding:'+(padding)+';')}}"><slot></slot></view><view class="tui-alert-btn" style="{{'color:'+(btnColor)+';'}}" hover-class="tui-alert-btn-hover" hover-stay-time="{{150}}" data-event-opts="{{[['tap',[['handleClick',['$event']]]]]}}" catchtap="__e">{{btnText}}</view></view><view data-event-opts="{{[['tap',[['handleClickCancel',['$event']]]]]}}" class="{{['tui-alert-mask',show?'tui-alert-mask-show':'']}}" catchtap="__e"></view></view>