Appearance
CardStyle 卡片样式
字段定义
| 字段名 | 类型 | 默认值 | 描述 |
|---|---|---|---|
| coverFieldId | String | - | 封面字段ID |
| colorFieldId | String | - | 颜色字段ID |
| nameFieldId | String | - | 名称字段ID |
| cardWidth | int | 300 | 卡片宽度 |
| cardWidthUnit | String | "px" | 卡片宽度单位 |
| columnList | List<TableColumnSetting> | new ArrayList<>() | 字段列表 |
| cellStyleList | List<TableViewSettingCellStyle> | new ArrayList<>() | 单元格样式列表 |
| cardButtonList | List<Button> | new ArrayList<>() | 表格行操作按钮列表 |
| coverPosition | String | "top" | 封面位置 |
| coverSize | int | 100 | 封面大小 |
| rowSpace | int | 0 | 行间距 |
| colSpace | int | - | 列间距 |
| borderRadius | int | - | 边框半径 |
| borderTop | int | - | 上边框 |
| borderLeft | int | - | 左边框 |
| borderBottom | int | - | 下边框 |
| borderRight | int | - | 右边框 |
| borderColor | String | - | 边框颜色 |
| borderStyle | String | "solid" | 边框样式 |
| cardStyleShowFieldIcon | boolean | false | 是否显示字段图标 |
| cardStyleShowFieldName | boolean | false | 是否显示字段名称 |
| bgColor | String | - | 背景颜色 |
| coverPlaceholder | String | - | 封面占位符 |
| showCoverPlaceholder | boolean | true | 是否显示封面占位符 |
| labelPosition | String | "left" | 标签位置 |
| labelWidth | int | 100 | 标签宽度 |
| cardType | String | "default" | 卡片类型 |
| richtext | String | - | 富文本 |
| paddingLeft | int | 0 | 左内边距 |
| paddingRight | int | 0 | 右内边距 |
| paddingTop | int | 0 | 上内边距 |
| paddingBottom | int | 0 | 下内边距 |
| coverClickAction | String | "none" | 封面点击动作 |
| componentSetting | ComponentDetailSetting | new ComponentDetailSetting() | 自定义组件设置 |

