dropdown-list.wxml 345 B

123456
  1. <view class="tui-selected-class tui-dropdown-list " style="{{selectHeight?'height:'+selectHeight+'rpx':''}}">
  2. <slot name="selectionbox"></slot>
  3. <view class="tui-dropdown-view {{show?'tui-dropdownlist-show':''}}" style="background:{{bgcolor}};height:{{show?height:0}}rpx;top:{{top}}rpx">
  4. <slot name="dropdownbox"></slot>
  5. </view>
  6. </view>