feat: set configs

This commit is contained in:
Qiuxia Fan
2022-01-25 13:08:49 +08:00
parent 655c4c41e9
commit 9389eeb184
15 changed files with 101 additions and 120 deletions

View File

@@ -77,7 +77,8 @@ export interface AreaConfig {
export interface CardConfig {
type?: string;
fontSize?: number;
showUint: boolean;
showUint?: boolean;
textAlign?: "center" | "right" | "left";
}
export interface TableConfig {