feat: table td with multiple slash types #436

Co-authored-by: Hufe921 <huangyunfeihufe@hotmail.com>
This commit is contained in:
baseWalker
2024-02-21 20:21:43 +08:00
committed by GitHub
co-authored by Hufe921
parent 1d4987ea67
commit 5b52bb8794
6 changed files with 30 additions and 12 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ interface IElement {
verticalAlign?: VerticalAlign;
backgroundColor?: string;
borderTypes?: TdBorder[];
slashType?: TdSlash;
slashTypes?: TdSlash[];
value: IElement[];
}[];
}[];
+1 -1
View File
@@ -56,7 +56,7 @@ interface IElement {
verticalAlign?: VerticalAlign;
backgroundColor?: string;
borderTypes?: TdBorder[];
slashType?: TdSlash;
slashTypes?: TdSlash[];
value: IElement[];
}[];
}[];