Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonyqwang authored Oct 29, 2020
1 parent b341aad commit 43e645c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

在使用PHP生成PDF文件的时候,经常生成一些表格的样式;

* 当选择使用 html 直接集成发现,可控性不强,样式也不好调整(tcpdf 只 支持部分的 css 样式)
* 当选择使用 html 直接集成,发现可控性不强,样式也不好调整(tcpdf 只 支持部分的 css 样式)
* 于是想有一个可定制化的 table 表格就能很好满足当前定制需求
- 表头可定制化
- 实现常用的文本表格
Expand Down Expand Up @@ -213,4 +213,4 @@ $drawContent->run();
}
//...
```
* 执行 composer dump-autoload
* 执行 composer dump-autoload

0 comments on commit 43e645c

Please sign in to comment.