From 6a9dc2c9553ae13bb3196f325c9905abbd502145 Mon Sep 17 00:00:00 2001
From: 叶松 <2217086471@qq.com>
Date: 星期一, 04 十二月 2023 16:46:00 +0800
Subject: [PATCH] Merge branch 'master' of http://111.30.93.211:10101/r/supipe

---
 web/src/views/MixingInfo/mixRatio.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/web/src/views/MixingInfo/mixRatio.vue b/web/src/views/MixingInfo/mixRatio.vue
index 075a28a..b4a9937 100644
--- a/web/src/views/MixingInfo/mixRatio.vue
+++ b/web/src/views/MixingInfo/mixRatio.vue
@@ -103,7 +103,7 @@
         $html.style.fontSize = ''
     },
     methods: {
-        async getLists() {
+        getLists() {
             const params = {
                 pageNum: --this.type, // 传 0 1对应两个页面
                 pageSize: 1,
@@ -139,7 +139,7 @@
     }
 }
 </script>
-<style scoped>
+<style lang="scss" scoped>
 .wrap {
     position: absolute;
     width: 100%;
@@ -239,7 +239,7 @@
     .row.line {
         display: flex;
 
-        >div {
+        > div {
             flex: 1;
         }
     }

--
Gitblit v1.9.3