-
feat: 新增表格边框样式控制功能
released this
2026-07-17 13:37:43 +08:00 | 29 commits to master since this release支持10种边框样式:
- all: 全部边框(默认)
- none: 无边框
- no-outer: 无外边线
- no-horizontal: 无横线
- no-vertical: 无竖线
- no-inner: 无内部线
- no-inner-horizontal: 无内部横线
- no-inner-vertical: 无内部竖线
- outer-only: 仅外边框
- header-only: 仅表头分隔线
前端和API均已支持
Downloads