mirror of
https://github.com/VisActor/VTable
synced 2024-11-23 11:55:47 +00:00
docs: refix lineheight description
This commit is contained in:
parent
c883a25e2c
commit
f63e14aed7
@ -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]
|
||||
|
@ -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
|
||||
|
@ -93,7 +93,7 @@ style 提供了一系列的单元格配置式,简要介绍如下。
|
||||
|
||||
### 行高、换行设置
|
||||
|
||||
* `lineHeight`:为单格设置行高
|
||||
* `lineHeight`:为单格内容设置文字行高
|
||||
* `textOverflow`:设置文本的省略形式。如果 autoWrapText 设置自动换行,该配置无效
|
||||
|
||||
### 下划线、划线设置
|
||||
|
@ -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
|
||||
|
@ -78,7 +78,7 @@
|
||||
) }}
|
||||
|
||||
#${prefix} lineHeight(number)
|
||||
为单元格文本内容设置行高
|
||||
为单元格文本内容设置文字行高
|
||||
|
||||
#${prefix} underline(UnderlinePropertyDefine)
|
||||
为单元格文本内容设置下划线
|
||||
|
@ -70,7 +70,7 @@ type TextBaselineType = 'top' | 'middle' | 'bottom' | 'alphabetic';
|
||||
|
||||
${prefix} lineHeight (number)
|
||||
|
||||
文本行高。
|
||||
文字行高。
|
||||
|
||||
${prefix} underline (number)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user