src/pages/desktop/index/components/DFrame.vue
@@ -85,7 +85,6 @@ } }, mounted() { console.log(document.querySelectorAll('iframe')) window.addEventListener('message', (d) => { let { source, trigger, menuT, menuL } = d.data; if (trigger == 'contextmenu') { @@ -338,7 +337,7 @@ .d-frame-title-content { line-height: 30px; text-align: center; background: #dee1e6; background: #eeeeee; } .d-frame-title-content img { @@ -353,8 +352,8 @@ position: relative; top: -1px; font-size: 15px; color: #777; /* font-family: '黑体'; */ color: #000000; font-family: "PingFang SC"; } .d-frame-content {