diff --git a/docs/assets/guide/en/cell_type/text.md b/docs/assets/guide/en/cell_type/text.md index d8d522b6a..fde6b377d 100644 --- a/docs/assets/guide/en/cell_type/text.md +++ b/docs/assets/guide/en/cell_type/text.md @@ -18,7 +18,7 @@ VTable supports setting various styles for text type data. The following are the * `fontVariant`: Defines the font weight of the text. * `fontStyle`: Defines the font style of the text. * `textOverflow`: Set the omitted form of the text, it should be noted that if autoWrapText is set with line wrapping, the configuration is invalid. -* `lineHeight`: Set the font height for the cell text content. +* `lineHeight`: Set the text font height for the cell text content. * `underline`: Set the underscore for the text content of the cell. * `lineThrough`: Set the dash for the cell text content. * `textStick`: Set whether the text of the cell has an adsorption effect \[The text can dynamically adjust the position when scrolling] diff --git a/docs/assets/guide/en/theme_and_style/style.md b/docs/assets/guide/en/theme_and_style/style.md index 073fc885d..6b4c9e17b 100644 --- a/docs/assets/guide/en/theme_and_style/style.md +++ b/docs/assets/guide/en/theme_and_style/style.md @@ -93,7 +93,7 @@ Contains the following configuration items: ### Line height, line feed settings -* `lineHeight`: set row height for cell +* `lineHeight`: set text height for cell content * `textOverflow`: Sets the ellipsed form of the text. This configuration has no effect if autoWrapText sets line wrapping ### Underscore, underline settings diff --git a/docs/assets/guide/zh/theme_and_style/style.md b/docs/assets/guide/zh/theme_and_style/style.md index 57c209956..bc90597ed 100644 --- a/docs/assets/guide/zh/theme_and_style/style.md +++ b/docs/assets/guide/zh/theme_and_style/style.md @@ -93,7 +93,7 @@ style 提供了一系列的单元格配置式,简要介绍如下。 ### 行高、换行设置 -* `lineHeight`:为单格设置行高 +* `lineHeight`:为单格内容设置文字行高 * `textOverflow`:设置文本的省略形式。如果 autoWrapText 设置自动换行,该配置无效 ### 下划线、划线设置 diff --git a/docs/assets/option/en/common/style.md b/docs/assets/option/en/common/style.md index f1c9717bc..fbbb3f8c7 100644 --- a/docs/assets/option/en/common/style.md +++ b/docs/assets/option/en/common/style.md @@ -77,7 +77,7 @@ Set the border dashed style of the cell ) }} #${prefix} lineHeight(number) -Set the line height of the text content in the cell +Set the text font line height of the text content in the cell #${prefix} underline(UnderlinePropertyDefine) Set the underline for the text content of the cell diff --git a/docs/assets/option/zh/common/style.md b/docs/assets/option/zh/common/style.md index e1ac0a40e..8f5b54bdc 100644 --- a/docs/assets/option/zh/common/style.md +++ b/docs/assets/option/zh/common/style.md @@ -78,7 +78,7 @@ ) }} #${prefix} lineHeight(number) -为单元格文本内容设置行高 +为单元格文本内容设置文字行高 #${prefix} underline(UnderlinePropertyDefine) 为单元格文本内容设置下划线 diff --git a/docs/assets/option/zh/custom-element/text-custom-element.md b/docs/assets/option/zh/custom-element/text-custom-element.md index cc5acbfa3..2f919fda5 100644 --- a/docs/assets/option/zh/custom-element/text-custom-element.md +++ b/docs/assets/option/zh/custom-element/text-custom-element.md @@ -70,7 +70,7 @@ type TextBaselineType = 'top' | 'middle' | 'bottom' | 'alphabetic'; ${prefix} lineHeight (number) -文本行高。 +文字行高。 ${prefix} underline (number)