1
lzhe
2024-05-08 b03d80f7743535f6a2fa830c7ab79f8fa3c3eeed
src/views/mdc/status-record.vue
@@ -54,7 +54,7 @@
                                <div>暂无数据</div>
                            </div>
                        </div>
                        <div>
                        <div v-if="!isshowempty">
                            <el-button-group>
                                <el-button @click="changeTabGongwei(item)" :type="btnGongweiListActive == item.id ? 'primary' : ''" v-for="item in btnGongweiList" :key="item.id" size="small">{{item.name }}</el-button>
                            </el-button-group>
@@ -90,7 +90,6 @@
import recordChartsByWorkstation from './components/recordChartsByWorkstation.vue';
export default {
    components: {
       time: "",
        MYTree,
        recordChartsByDate,
        recordChartsByWorkstation,
@@ -336,7 +335,10 @@
        z-index: 99;
    }
    .MYTree {
        height: calc(100% - 200px);
        height: 600px;
    }
    .MYTree-content {
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
    }
@@ -419,4 +421,7 @@
        color: #3b8e8e;
        cursor: pointer;
    }
    .aposcope-right /deep/ .el-tabs__content {
        overflow: visible;
    }
</style>