Skip to content

Commit

Permalink
Feature/mobile/cell (#1852)
Browse files Browse the repository at this point in the history
* mobile/react/cell样式调整

* mobile/react/cell文档调整

---------

Co-authored-by: dexterdai <[email protected]>
  • Loading branch information
dexterBo and dexterdai authored Aug 1, 2024
1 parent 11af9d6 commit 7fb92a2
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 13 deletions.
23 changes: 23 additions & 0 deletions docs/mobile/api/cell.en-US.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Cell
description: Information display for each category row.
spline: base
isComponent: true
toc: false
---

### Component type

#### Single

{{ single }}

#### Multiple

{{ multiple }}

### Style

#### Card

{{ group }}
18 changes: 7 additions & 11 deletions docs/mobile/api/cell.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,18 @@ isComponent: true
toc: false
---

### 单行单元格
### 组件类型

#### 单行单元格

{{ single }}

### 多行单元格
#### 多行单元格

{{ multiple }}

### 组合单元格

{{ group }}

### 显示组边框

{{ border }}
### 样式

### 单元格点击时触发
#### 卡片单元格

{{ click }}
{{ group }}
4 changes: 2 additions & 2 deletions style/mobile/components/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

@import "./rate/_index.less";

@import "./cell-group/_index.less";
// @import "./cell-group/_index.less";

@import "./cell/_index.less";
// @import "./cell/_index.less";

@import "./input/_index.less";

Expand Down

0 comments on commit 7fb92a2

Please sign in to comment.