- <van-cell size="{{ size }}" title="{{ title }}" icon="{{ icon }}" center="{{ center }}" border="{{ border }}" is-link="{{ isLink }}" required="{{ required }}" clickable="{{ clickable }}" title-width="{{ titleWidth }}" value="{{ values }}" label="{{ label }}" title-style="{{titleStyle}}" arrow-direction="{{ arrowDirection }}" use-label-slot="{{useLabelSlot}}" custom-class="custom-class {{customClass}}" title-class="{{titleClass}}" label-class="{{labelClass}}" value-class="{{valueClass}}" style="--cell-horizontal-padding--:{{cellHorizontalPadding}};--cell-vertical-padding--:{{cellVerticalPadding}};--cell-font-size--:{{cellFontSize}}; --cell-value-color:{{cellValueColor}}" bind:click="onClick">
- <view slot="title">
- <slot name="title"></slot>
- </view>
- <view slot="label">
- <slot name="label"></slot>
- </view>
- <view slot="icon">
- <slot name="icon"></slot>
- </view>
- <view slot="right-icon">
- <slot name="right-icon"></slot>
- </view>
- </van-cell>
|