This commit is contained in:
刘龙龙 2023-12-13 16:00:53 +08:00
parent 79d1df99e8
commit aa6a106d01
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,6 @@ export default {
}); });
}, },
changeArr(name) { changeArr(name) {
// this.url = require("../../assets/tpt/.png");
// this.url = require(`../../assets/tpt/${name}.png`); // this.url = require(`../../assets/tpt/${name}.png`);
if (name == "总降电力室") { if (name == "总降电力室") {
this.url = require("../../assets/tpt/总降电力室.png"); this.url = require("../../assets/tpt/总降电力室.png");
@ -567,6 +566,7 @@ export default {
} }
.head { .head {
position: relative; position: relative;
img { img {
position: absolute; position: absolute;
} }