diff --git a/docs/mobile/api/collapse.en-US.md b/docs/mobile/api/collapse.en-US.md new file mode 100644 index 0000000000..4ce67f993a --- /dev/null +++ b/docs/mobile/api/collapse.en-US.md @@ -0,0 +1,36 @@ +--- +title: Collapse +description: Collapse is used to group and hide complex areas, and is often used to display order information. +spline: base +isComponent: true +toc: false +--- + +### Component Type + +#### Base Collapse + +Collapse is used to group and hide complex areas, and is often used to display order information. + +{{ base }} + +#### Expansion Up + +{{ placement }} + +#### Tape Operation Instruction + +{{ action }} + +#### Accordion Style + +Display and hide information in groups, displaying only one group of information at a time. + +{{ accordion }} + + +### Component Style + +#### Card Collapse + +{{ card }} diff --git a/docs/mobile/api/collapse.md b/docs/mobile/api/collapse.md index daf5649623..76fe5b8d95 100644 --- a/docs/mobile/api/collapse.md +++ b/docs/mobile/api/collapse.md @@ -6,16 +6,31 @@ isComponent: true toc: false --- -### 基础折叠面板 +### 组件类型 + +#### 基础折叠面板 主要用于对复杂区域进行分组和隐藏 常用于订单信息展示等 + {{ base }} -### 带操作说明 +#### 向上展开 + +{{ placement }} + +#### 带操作说明 {{ action }} -### 手风琴式 +#### 手风琴式 对信息进行分组展示和隐藏,每次只展示一组信息 + {{ accordion }} + + +### 组件样式 + +#### 卡片折叠面板 + +{{ card }} \ No newline at end of file diff --git a/style/mobile/components/_index.less b/style/mobile/components/_index.less index 66eaa14857..1c9f7e2025 100644 --- a/style/mobile/components/_index.less +++ b/style/mobile/components/_index.less @@ -50,7 +50,7 @@ @import "./action-sheet/_index.less"; -@import "./collapse/_index.less"; +// @import "./collapse/_index.less"; @import "./steps/_index.less";