feat: table td with multiple border types #435

This commit is contained in:
Hufe921
2024-02-20 20:11:07 +08:00
parent 956035b0e3
commit 1d4987ea67
6 changed files with 27 additions and 12 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ interface IElement {
rowspan: number;
verticalAlign?: VerticalAlign;
backgroundColor?: string;
borderType?: TdBorder;
borderTypes?: TdBorder[];
slashType?: TdSlash;
value: IElement[];
}[];
+1 -1
View File
@@ -55,7 +55,7 @@ interface IElement {
rowspan: number;
verticalAlign?: VerticalAlign;
backgroundColor?: string;
borderType?: TdBorder;
borderTypes?: TdBorder[];
slashType?: TdSlash;
value: IElement[];
}[];