improve(pdf): support zoom in/out viewer

This commit is contained in:
charlie
2021-07-21 17:43:41 +08:00
parent 47dcaefa9f
commit 2d04b0a614
4 changed files with 83 additions and 15 deletions

View File

@@ -64,6 +64,15 @@
align-items: center;
justify-content: flex-end;
padding-right: 20px;
> .r {
a.button {
user-select: none;
display: flex;
align-items: center;
margin-left: 8px;
}
}
}
&-viewer {