沙盘演示系统应用的微信小程序
编辑 | blame | 历史 | 原始文档

:: BASE_DOC ::

API

Cell Props

name type default description required
align String middle options:top/middle/bottom N
arrow Boolean false - N
bordered Boolean true - N

description | String / Slot | - | - | N
external-classes | Array | - | ['t-class', 't-class-title', 't-class-note', 't-class-description', 't-class-thumb', 't-class-hover', 't-class-left', 't-class-right'] | N
hover | Boolean | - | - | N
image | String / Slot | - | - | N
jump-type | String | navigateTo | options:switchTab/reLaunch/redirectTo/navigateTo | N
left-icon | String / Slot | - | - | N
note | String / Slot | - | - | N
required | Boolean | false | - | N
right-icon | String / Slot | - | - | N
title | String / Slot | - | - | N
url | String | - | - | N

Cell Events

name params description

click | - | -

CSS Variables

The component provides the following CSS variables, which can be used to customize styles.
Name | Default Value | Description
-- | -- | --
--td-cell-group-border-color | @border-color | -
--td-cell-group-title-bg-color | @bg-color-secondarycontainer | -
--td-cell-group-title-color | @font-gray-3 | -
--td-cell-group-title-font-size | 28rpx | -
--td-cell-group-title-line-height | 90rpx | -
--td-cell-group-title-padding-left | 32rpx | -
--td-cell-bg-color | @bg-color-container | -
--td-cell-border-color | @component-stroke | -
--td-cell-border-width | 1px | -
--td-cell-border-left-space | @cell-horizontal-padding | -
--td-cell-border-right-space | 0 | -
--td-cell-description-color | @font-gray-2 | -
--td-cell-description-font-size | @font-size-base | -
--td-cell-description-line-height | 44rpx | -
--td-cell-height | auto | -
--td-cell-horizontal-padding | 32rpx | -
--td-cell-hover-color | @bg-color-secondarycontainer | -
--td-cell-image-height | 96rpx | -
--td-cell-image-width | 96rpx | -
--td-cell-left-icon-color | @brand-color | -
--td-cell-left-icon-font-size | 48rpx | -
--td-cell-line-height | 48rpx | -
--td-cell-note-color | @font-gray-3 | -
--td-cell-note-font-size | @font-size-m | -
--td-cell-required-color | @error-color-6 | -
--td-cell-required-font-size | @font-size-m | -
--td-cell-right-icon-color | @font-gray-3 | -
--td-cell-right-icon-font-size | 48rpx | -
--td-cell-title-color | @font-gray-1 | -
--td-cell-title-font-size | @font-size-m | -
--td-cell-vertical-padding | 32rpx | -