gaoshp
2024-05-14 db06bf2b2956472ecbd745f861a7713bd76f3bec
src/views/mdc/components/recordChartsByWorkstation.vue
@@ -1,6 +1,6 @@
<template>
    <div id="recordworkParse">
        <div id="recordwork" style="height:500px;"></div>
        <div id="recordwork" style="height:400px;"></div>
        <div class="paginationwork">
            <el-pagination layout="prev, pager, next" @current-change="recordChange" :total="total" :default-page-size="6"/>
        </div>
@@ -121,7 +121,7 @@
                grid: {
                    top: 10,
                    left: 100,
                    bottom: 130,
                    bottom: 30,
                    right: 30
                },
                xAxis: {
@@ -203,8 +203,7 @@
        text-align: right;
        display: flex;
        justify-content: end;
        margin-top: -60px;
        margin-top: 20px;
        position: relative;
        z-index: 99;
    }
</style>