This commit is contained in:
lll 2023-12-05 15:43:51 +08:00
parent 2b294bf87b
commit 3b4b25358f
3 changed files with 7 additions and 73 deletions

View File

@ -83,7 +83,8 @@ export default {
width: 100%; width: 100%;
height: 100%; height: 100%;
box-sizing: border-box; box-sizing: border-box;
background-image: url(../../assets/img/左遮罩.png), url(../../assets/img/右遮罩.png); background-image: url(../../assets/img/左遮罩.png),
url(../../assets/img/右遮罩.png);
// background-color: transparent; // background-color: transparent;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;

View File

@ -727,7 +727,8 @@ export default {
box-sizing: border-box; box-sizing: border-box;
background-color: transparent; background-color: transparent;
display: flex; display: flex;
background-image: url(../../assets/img/左遮罩.png), url(../../assets/img/右遮罩.png); background-image: url(../../assets/img/左遮罩.png),
url(../../assets/img/右遮罩.png);
justify-content: space-between; justify-content: space-between;
position: relative; position: relative;
pointer-events: all; pointer-events: all;

View File

@ -35,76 +35,8 @@ import { pdsJs } from "../../utils/pds";
export default { export default {
data() { data() {
return { return {
arr: [ arr: [],
// { list: [],
// url: require("../../assets/tpt/线.png"),
// srcList: [require("../../assets/tpt/线.png")],
// },
// {
// url: require("../../assets/tpt/线1.png"),
// srcList: [require("../../assets/tpt/线1.png")],
// },
// {
// url: require("../../assets/tpt/线2.png"),
// srcList: [require("../../assets/tpt/线2.png")],
// },
// {
// url: require("../../assets/tpt/.png"),
// srcList: [require("../../assets/tpt/.png")],
// },
// {
// url: require("../../assets/tpt/.png"),
// srcList: [require("../../assets/tpt/.png")],
// },
// {
// url: require("../../assets/tpt/.png"),
// srcList: [require("../../assets/tpt/.png")],
// },
// {
// url: require("../../assets/tpt/.png"),
// srcList: [require("../../assets/tpt/.png")],
// },
// {
// url: require("../../assets/tpt/线.png"),
// srcList: [require("../../assets/tpt/线.png")],
// },
// {
// url: require("../../assets/tpt/线1.png"),
// srcList: [require("../../assets/tpt/线1.png")],
// },
// {
// url: require("../../assets/tpt/线2.png"),
// srcList: [require("../../assets/tpt/线2.png")],
// },
// {
// url: require("../../assets/tpt/线.png"),
// srcList: [require("../../assets/tpt/线.png")],
// },
// {
// url: require("../../assets/tpt/.png"),
// srcList: [require("../../assets/tpt/.png")],
// },
// {
// url: require("../../assets/tpt/.png"),
// srcList: [require("../../assets/tpt/.png")],
// },
// {
// url: require("../../assets/tpt/.png"),
// srcList: [require("../../assets/tpt/.png")],
// },
],
list: [
// "6.3KV#1线",
// "6.3KV#1线",
// "6.3KV#1#1线",
// "6.3KV#1#2线",
// "6.3KV#2线",
// "6.3KV#2#1线",
// "6.3KV#2#2线",
// "6.3KV#1线(线)",
// "6.3KV#1线",
// "6.3KV#2线",
],
res: "", res: "",
}; };
}, },
@ -151,7 +83,7 @@ export default {
let that = this; let that = this;
window.vuplex.postMessage({ window.vuplex.postMessage({
type: that.$route.query.type, type: that.$route.query.type,
name: name, message: name,
}); });
}, },
changeArr(name) { changeArr(name) {