From 5fb65ada8ccc28eabf823b284de70fbd3ca1f41e Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期二, 28 九月 2021 18:29:36 +0800
Subject: [PATCH] 抓拍大图层级修复v1
---
src/pages/desktop/index/components/DFrame.vue | 11 ++++-------
1 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/src/pages/desktop/index/components/DFrame.vue b/src/pages/desktop/index/components/DFrame.vue
index c4eac1d..582dcee 100644
--- a/src/pages/desktop/index/components/DFrame.vue
+++ b/src/pages/desktop/index/components/DFrame.vue
@@ -52,7 +52,6 @@
<script>
import html2canvas from 'html2canvas';
-
export default {
name: "DFrame",
props: {
@@ -86,14 +85,12 @@
}
},
mounted() {
- console.log(document.querySelectorAll('iframe'))
window.addEventListener('message', (d) => {
let { source, trigger, menuT, menuL } = d.data;
if (trigger == 'contextmenu') {
this.openMenuList(menuT, menuL)
}
});
-
},
methods: {
openMenuList(t, l, frame) {
@@ -340,7 +337,7 @@
.d-frame-title-content {
line-height: 30px;
text-align: center;
- background: #dee1e6;
+ background: #eeeeee;
}
.d-frame-title-content img {
@@ -355,15 +352,15 @@
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);
--
Gitblit v1.8.0