Skip to content

Commit

Permalink
修复svg模式样式问题
Browse files Browse the repository at this point in the history
  • Loading branch information
qq861366490 committed Nov 1, 2019
1 parent b3276a8 commit b62b5d1
Show file tree
Hide file tree
Showing 5 changed files with 2,743 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pdfh5.js v1.2.20
# pdfh5.js v1.2.21

[![npm version](https://img.shields.io/npm/v/pdfh5.svg)](https://www.npmjs.com/package/pdfh5) [![npm downloads](https://img.shields.io/npm/dt/pdfh5.svg)](https://www.npmjs.com/package/pdfh5) [![MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/gjTool/pdfh5/blob/master/LICENSE) [![GitHub issues](https://img.shields.io/github/issues/gjTool/pdfh5.svg)](https://github.com/gjTool/pdfh5/issues) [![GitHub stars](https://img.shields.io/github/stars/gjTool/pdfh5.svg?style=social)](https://github.com/gjTool/pdfh5/stargazers) [![GitHub forks](https://img.shields.io/github/forks/gjTool/pdfh5.svg?style=social)](https://github.com/gjTool/pdfh5/network/members)

Expand All @@ -14,7 +14,7 @@

## 更新信息

- 2019.11.01 更新: 1. 修复svg模式下chrome等浏览器pdf只有一页时显示高度不正常
- 2019.11.01 更新: 1. 修复svg模式下chrome等浏览器显示高度不正常


### pdfh5在线预览 (建议使用谷歌浏览器F12手机模式打开预览)
Expand Down
2 changes: 1 addition & 1 deletion example/pdfh5-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "node build/build.js"
},
"dependencies": {
"pdfh5": "^1.2.20",
"pdfh5": "^1.2.21",
"vue": "^2.5.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit b62b5d1

Please sign in to comment.