| | |
| | | </div> |
| | | </div> |
| | | </template> |
| | | |
| | | <script lang="ts" setup> |
| | | import store from "@/store"; |
| | | import { |
| | |
| | | // window.Viewer.scene.render(); |
| | | const myCanvas = window.Viewer.scene.canvas; |
| | | var res = canvas2image.convertToImage(myCanvas, "869", "783", "png"); |
| | | debugger; |
| | | url.value = res.src; |
| | | }; |
| | | onMounted((res) => { |
| | |
| | | overflow: auto; |
| | | |
| | | .contentTitle { |
| | | font-size: 20px; |
| | | font-size: 16px; |
| | | font-family: Source Han Sans CN; |
| | | font-weight: 300; |
| | | color: #ffffff; |
| | |
| | | margin-top: 9px; |
| | | margin-left: 16px; |
| | | margin-right: 9px; |
| | | font-size: 16px; |
| | | font-family: Source Han Sans CN; |
| | | } |
| | | } |
| | | .menuButton { |
| | |
| | | display: flex; |
| | | justify-content: center; |
| | | align-items: center; |
| | | |
| | | .el-button { |
| | | height: 37px; |
| | | background: rgba(104, 156, 255, 0.2); |
| | |
| | | |
| | | .menuTitle { |
| | | width: calc(100% - 30px); |
| | | height: 42px; |
| | | background: #0e151f; |
| | | |
| | | font-size: 24px; |
| | | background: #0e151f; |
| | | font-size: 18px; |
| | | font-family: Source Han Sans CN; |
| | | font-weight: 400; |
| | | color: #ffffff; |
| | | padding: 10px; |
| | | padding-left: 28px; |
| | | } |
| | | ::-webkit-scrollbar { |