我正在为我的 Angular 应用程序使用 ngx-extended-pdf-viewer,并且看起来多个 pdf 页面在查看过程中重叠。这是我的查看器代码
<ngx-extended-pdf-viewer
*ngIf="isVisible"
[src]="pdfData"
useBrowserLocale="true"
[textLayer]="true"
[showPrintButton]="true"
[showDownloadButton]="true"
[showOpenFileButton]="false"
[showBookmarkButton]="false"
[showPresentationModeButton]="false"
height='90%'
[zoom]="'100%'">
</ngx-extended-pdf-viewer>
我尝试为页面和查看器类设置样式表,但没有运气。