| | |
| | | } |
| | | }, |
| | | mounted() { |
| | | console.log(document.querySelectorAll('iframe')) |
| | | window.addEventListener('message', (d) => { |
| | | let { source, trigger, menuT, menuL } = d.data; |
| | | if (trigger == 'contextmenu') { |
| | |
| | | .d-frame-title-content { |
| | | line-height: 30px; |
| | | text-align: center; |
| | | background: #dee1e6; |
| | | background: #eeeeee; |
| | | } |
| | | |
| | | .d-frame-title-content img { |
| | |
| | | position: relative; |
| | | top: -1px; |
| | | font-size: 15px; |
| | | color: #777; |
| | | /* font-family: '黑体'; */ |
| | | color: #000000; |
| | | font-family: "PingFang SC"; |
| | | } |
| | | |
| | | .d-frame-content { |
| | | width: 100%; |
| | | height: calc(100% - 30px); |
| | | border-radius: 0 0 4px 4px; |
| | | background-color: #fff; |
| | | /* background-color: #fff; */ |
| | | } |
| | | .d-frame-full .d-frame-content{ |
| | | height: calc(100% - 71px); |