Skip to content

Commit

Permalink
feat: 优化
Browse files Browse the repository at this point in the history
  • Loading branch information
kanyxmo committed Oct 30, 2024
1 parent f1d9b9a commit b31ce96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/zh/front/component/ma-form.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
| `options` | `el-form` 参数及[扩展参数](#extraprops) | `MaFormOptions` | [表单属性](https://element-plus.org/zh-CN/component/form.html#form-attributes) | 1.0.0 |
| `items` | [ma-form-item参数](#maformitem) | `MaFormItem[]` | - | 1.0.0 |

## ExtraProps
### ExtraProps
::: tip 说明
此为 `ma-form``el-form` 的扩展参数
:::
Expand All @@ -37,7 +37,7 @@
| `flex` | <el-tooltip content=" `flex` 布局,在 `layout` 为 `flex` 时生效。实际是用的 `el-row`,配置可参考 `element-plus` 的 `el-row` 文档">`鼠标放上查看`</el-tooltip> | [el-row文档](https://element-plus.org/zh-CN/component/layout.html#row-attributes) | - | 1.0.0 |
| `footerSlot` | <el-tooltip content="配置型插槽,在 `template` 写法为 #footer">`鼠标放上查看`</el-tooltip> | `() => {}` | - | 1.0.0 |

### LoadingConfig说明
#### LoadingConfig说明
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|-----------|----------|------|-----|-------|
| `text` | 显示在加载图标下方的加载文案 | `string` | - | 1.0.0 |
Expand All @@ -47,7 +47,7 @@
| `background` | 背景遮罩的颜色 | `string` | - | 1.0.0 |
| `customClass` | 自定义 class 类名 | `string` | - | 1.0.0 |

## MaFormItem
### MaFormItem

| 参数 | 说明 | 类型 | 默认值 | 版本 |
|----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|---------|-------|
Expand Down
6 changes: 3 additions & 3 deletions docs/zh/front/component/ma-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
| `columns` | `el-table-column` 参数及[扩展参数](#columnextraprops) | `MaTableColumns[]` | [表格列属性](https://element-plus.org/zh-CN/component/table.html#table-column-%E5%B1%9E%E6%80%A7) | 1.0.0 |
| `data` | 表格数据 | `any[]` | - | 1.0.0 |

## ExtraProps
### ExtraProps
::: tip 说明
此为 `ma-table``el-table` 的扩展参数
:::
Expand All @@ -39,7 +39,7 @@
| `on` | `el-table` 表格事件集合 | <el-tooltip content="Object: { onSelect: (args) => {}, .... }">`鼠标放上查看`</el-tooltip> | - | 1.0.0 |


### LoadingConfig说明
#### LoadingConfig说明
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|-----------|----------|------|-----|-------|
| `text` | 显示在加载图标下方的加载文案 | `string` | - | 1.0.0 |
Expand All @@ -49,7 +49,7 @@
| `background` | 背景遮罩的颜色 | `string` | - | 1.0.0 |
| `customClass` | 自定义 class 类名 | `string` | - | 1.0.0 |

## ColumnExtraProps
### ColumnExtraProps
::: tip 说明
此为 `ma-table``el-table-column` 的扩展参数
:::
Expand Down

0 comments on commit b31ce96

Please sign in to comment.