update
This commit is contained in:
parent
7335a36517
commit
1e95973ccd
@ -106,13 +106,8 @@ export default {
|
|||||||
mounted() {
|
mounted() {
|
||||||
const wsc = new WsClient(this);
|
const wsc = new WsClient(this);
|
||||||
wsc.registerListeners();
|
wsc.registerListeners();
|
||||||
|
// this.$store.commit("update", { target: "fire-direction", data: "北火" });
|
||||||
},
|
},
|
||||||
// watch: {
|
|
||||||
// // works
|
|
||||||
// 'kilnTop1': val => {
|
|
||||||
// console.log('val', val)
|
|
||||||
// }
|
|
||||||
// },
|
|
||||||
methods: {
|
methods: {
|
||||||
...mapMutations(["update"]),
|
...mapMutations(["update"]),
|
||||||
},
|
},
|
||||||
@ -146,17 +141,17 @@ main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.video-bottom {
|
.video-bottom {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: adjust(176.3px);
|
bottom: adjust(176.3px);
|
||||||
left: adjust(38px);
|
left: adjust(38px);
|
||||||
transform: scale(.9);
|
transform: scale(0.9);
|
||||||
}
|
}
|
||||||
|
|
||||||
.video-top {
|
.video-top {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: adjust(48px);
|
top: adjust(48px);
|
||||||
left: adjust(33px);
|
left: adjust(33px);
|
||||||
transform: scale(.95, .9);
|
transform: scale(0.95, 0.9);
|
||||||
}
|
}
|
||||||
|
|
||||||
.eq-main {
|
.eq-main {
|
||||||
|
Loading…
Reference in New Issue
Block a user