- <view class="tui-selected-class tui-dropdown-list " style="{{selectHeight?'height:'+selectHeight+'rpx':''}}">
- <slot name="selectionbox"></slot>
- <view class="tui-dropdown-view {{show?'tui-dropdownlist-show':''}}" style="background:{{bgcolor}};height:{{show?height:0}}rpx;top:{{top}}rpx">
- <slot name="dropdownbox"></slot>
- </view>
- </view>
|