shishuaikang
2023-12-04 c9e945807866c97d1b0f78dc8d50fb80cbdfbf74
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;
        }
    }