fix: by obtaining the width and height of the pdf and passing it to b… (#151)

* fix: by obtaining the width and height of the pdf and passing it to boundingRect, the problem of inaccurate positioning of file highlighting is fixed

* feat: remove actualPositions from buildChunkHighlights
This commit is contained in:
balibabu
2024-03-26 14:51:34 +08:00
committed by GitHub
parent 0dd5b58d03
commit 75f7c6da2f
6 changed files with 167 additions and 129 deletions

View File

@ -9,11 +9,11 @@
caption {
color: @blurBackground;
font-size: 20px;
height: 50px;
line-height: 50px;
font-size: 14px;
height: 20px;
line-height: 20px;
font-weight: 600;
margin-bottom: 10px;
margin-bottom: 6px;
}
th {