xzxldl55

Results 4 issues of xzxldl55

## TODO: - [x] 类型定义 - [x] Dashboard 自定义样式修改 - [x] Dashboard 组件 props 功能实现 - [x] DashboardWidget 组件 props 功能实现 - [x] Dashboard 组件事件 - [x] DashboardWidget 组件事件 -...

like this demo: ```js var table = new Table({ head: ['name', 'version'] }); table.push(['卡片', '1.0.0']); console.log(table.toString()); ``` The border in the vertical direction will be misaligned, like: ┌────┬───────┐ │ name│...