jigsaw
jigsaw copied to clipboard
Jigsaw七巧板 provides a set of web components based on Angular5/8/9+. The main purpose of Jigsaw is to help the application developers to construct complex & intensive interacting & user friendly web...

#### 在 JigsawTheme中暴露皮肤参数 ``` // 获取主要色值 public static getPrimaryColor() { return this.colorFactory(['#41addc', "#029af2"]); } // 获取panel背景色 public static getPanelBackgroundColor(): string { return this.colorFactory([null, "#102331"]); } // 获取边框颜色 public static getBorderColor():...
原来的显示效果:  现在的显示效果: 
BigTable 设置自适应列宽,但某几列不能自适应(如时间)采用设置列宽的方法,在多个表格之间切换时,会出现表头重叠的现象;另加上checkbox 表格也会有一次右移的效果(详细可联系00137377)
