dropdown-list.wxml 433 B

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