dropdown-list.wxml 433 B

1
  1. <view class="tui-selected-class tui-dropdown-list data-v-42163c36" style="{{'width:'+(width+'upx')+';'+('height:'+(selectHeight?selectHeight+'upx':'auto')+';')}}"><slot name="selectionbox"></slot><view class="{{['tui-dropdown-view data-v-42163c36',show?'tui-dropdownlist-show':'']}}" style="{{'background:'+(bgcolor)+';'+('height:'+(show?height+'upx':0)+';')+('top:'+(top+'upx')+';')}}"><slot name="dropdownbox"></slot></view></view>