shishuaikang
2023-12-04 c9e945807866c97d1b0f78dc8d50fb80cbdfbf74
web/src/views/MixingInfo/mixRatio.vue
@@ -45,7 +45,7 @@
            fn()
            return fn
        })(),
        1000 * 60 * 5
        1000 * 60 * 1
    )
    if (Vue) {
        Vue.$once('hook:beforeDestroy', function () {
@@ -98,8 +98,12 @@
            $html.style.fontSize = `${fontsize}px`
        }
    },
    beforeDestroy() {
        let $html = document.getElementsByTagName('html')[0]
        $html.style.fontSize = ''
    },
    methods: {
        async getLists() {
        getLists() {
            const params = {
                pageNum: --this.type, // 传 0 1对应两个页面
                pageSize: 1,
@@ -135,7 +139,7 @@
    }
}
</script>
<style scoped>
<style lang="scss" scoped>
.wrap {
    position: absolute;
    width: 100%;
@@ -235,7 +239,7 @@
    .row.line {
        display: flex;
        >div {
        > div {
            flex: 1;
        }
    }