Commit a58b140d authored by wanli's avatar wanli

update

parent a4419cbf
...@@ -516,7 +516,7 @@ export default { ...@@ -516,7 +516,7 @@ export default {
} }
this.devices[msg.imei] = msg; this.devices[msg.imei] = msg;
this.processData(this.devices[this.device]); this.processData(msg);
this.resetData(); this.resetData();
}, },
processData(msg) { processData(msg) {
...@@ -604,7 +604,7 @@ export default { ...@@ -604,7 +604,7 @@ export default {
} }
.vue-grid-layout { .vue-grid-layout {
background: #aaa; background: none;
} }
.vue-grid-item:not(.vue-grid-placeholder) { .vue-grid-item:not(.vue-grid-placeholder) {
background: #fff; background: #fff;
...@@ -656,10 +656,4 @@ export default { ...@@ -656,10 +656,4 @@ export default {
box-sizing: border-box; box-sizing: border-box;
cursor: pointer; cursor: pointer;
} }
.layoutJSON {
background: #ddd;
border: 1px solid black;
margin-top: 10px;
padding: 10px;
}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment