From 1e95973ccd1f4b46e22faa3f506d0d17776f30df Mon Sep 17 00:00:00 2001 From: lb Date: Mon, 15 May 2023 14:31:53 +0800 Subject: [PATCH] update --- src/components/layout/Main.vue | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/src/components/layout/Main.vue b/src/components/layout/Main.vue index ace4f14..74846aa 100644 --- a/src/components/layout/Main.vue +++ b/src/components/layout/Main.vue @@ -106,13 +106,8 @@ export default { mounted() { const wsc = new WsClient(this); wsc.registerListeners(); + // this.$store.commit("update", { target: "fire-direction", data: "北火" }); }, - // watch: { - // // works - // 'kilnTop1': val => { - // console.log('val', val) - // } - // }, methods: { ...mapMutations(["update"]), }, @@ -146,17 +141,17 @@ main { } .video-bottom { - position: absolute; - bottom: adjust(176.3px); - left: adjust(38px); - transform: scale(.9); + position: absolute; + bottom: adjust(176.3px); + left: adjust(38px); + transform: scale(0.9); } .video-top { - position: absolute; - top: adjust(48px); - left: adjust(33px); - transform: scale(.95, .9); + position: absolute; + top: adjust(48px); + left: adjust(33px); + transform: scale(0.95, 0.9); } .eq-main {