Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout
| | |
| | | height: 90vh; |
| | | } |
| | | |
| | | |
| | | @media screen and (max-width:1024px) { |
| | | .pdfModal { |
| | | width: 100%; |
| | | height: 80vh; |
| | | } |
| | | |
| | | .custom-dialog { |
| | | .el-dialog { |
| | | width: 90vw !important; |
| | | } |
| | | } |
| | | } |
| | | |
| | | |
| | | @media screen and (max-width:800px) { |
| | | .pdfModal { |
| | | width: 100%; |
| | |
| | | let ele = document.getElementById("imageParent"); |
| | | this.viewerCon = new Viewer(ele, { |
| | | inline: false, |
| | | container: this.container |
| | | ? this.container.querySelector("#app") |
| | | : "body", |
| | | container: "body", |
| | | navbar: true, // 显示导航栏 |
| | | toolbar: true, // 显示工具栏 |
| | | title: true, // 显示标题 |