This commit is contained in:
parent
79d1df99e8
commit
aa6a106d01
|
|
@ -377,7 +377,6 @@ export default {
|
|||
});
|
||||
},
|
||||
changeArr(name) {
|
||||
// this.url = require("../../assets/tpt/总降电力室.png");
|
||||
// this.url = require(`../../assets/tpt/${name}.png`);
|
||||
if (name == "总降电力室") {
|
||||
this.url = require("../../assets/tpt/总降电力室.png");
|
||||
|
|
@ -567,6 +566,7 @@ export default {
|
|||
}
|
||||
.head {
|
||||
position: relative;
|
||||
|
||||
img {
|
||||
position: absolute;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue