feat: add table td border type

This commit is contained in:
Hufe921
2023-09-02 14:35:46 +08:00
parent 7260b6439b
commit d8876b1095
20 changed files with 144 additions and 34 deletions
+10
View File
@@ -419,6 +419,16 @@ Usage:
instance.command.executeTableBorderType(payload: TableBorder)
```
## executeTableTdBorderType
Feature: Table td border type
Usage:
```javascript
instance.command.executeTableTdBorderType(payload: TableBorder)
```
## executeTableTdBackgroundColor
Feature: Table cell background color