Compare commits
2 Commits
a8e6bbde62
...
f49468c1c4
| Author | SHA1 | Date |
|---|---|---|
|
|
f49468c1c4 | |
|
|
b062c37382 |
|
|
@ -381,7 +381,7 @@ export default {
|
||||||
goOne(a) {
|
goOne(a) {
|
||||||
this.click2 = "";
|
this.click2 = "";
|
||||||
this.click1 = a;
|
this.click1 = a;
|
||||||
this.sendMessageToCSharp(this.click1);
|
// this.sendMessageToCSharp(this.click1);
|
||||||
if (this.click1 == "配电室") {
|
if (this.click1 == "配电室") {
|
||||||
this.$router.replace(
|
this.$router.replace(
|
||||||
"/area/nyjcd/pds",
|
"/area/nyjcd/pds",
|
||||||
|
|
|
||||||
|
|
@ -1885,7 +1885,8 @@ export default {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
background-image: url(../../../assets/img/左遮罩.png), url(../../../assets/img/右遮罩.png);
|
background-image: url(../../../assets/img/左遮罩.png),
|
||||||
|
url(../../../assets/img/右遮罩.png);
|
||||||
margin-top: -800px;
|
margin-top: -800px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue