diff --git a/packages/cell/en-US.md b/packages/cell/en-US.md index 34f261260..cff85cfcd 100644 --- a/packages/cell/en-US.md +++ b/packages/cell/en-US.md @@ -115,6 +115,7 @@ Vue.use(Cell).use(CellGroup); | is-link | Whether to show link icon | `Boolean` | `false` | | required | Whether to show required mark | `Boolean` | `false` | | arrow-direction | Can be set to `left` `up` `down` | `String` | - | +| title-style | Title style | `any` | - | | title-class | Title className | `any` | - | | value-class | Value className | `any` | - | | label-class | Label className | `any` | - | diff --git a/packages/cell/index.tsx b/packages/cell/index.tsx index 9654f11ac..325f23462 100644 --- a/packages/cell/index.tsx +++ b/packages/cell/index.tsx @@ -48,19 +48,14 @@ function Cell( ); const Title = showTitle && ( -