1
lzhe
2024-05-13 f5edc2904945f37b164a7874d502cf002fae024e
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;
    }
@@ -382,7 +384,7 @@
        flex-wrap: wrap;
    }
    .status-wrap /deep/ .el-checkbox.el-checkbox--large {
        color: #3b8e8e;
        color: #409eff;
    }
    .fact-analysis-realtim {
        display: flex;
@@ -416,7 +418,10 @@
        position: absolute;
        right: 10px;
        top: -2px;
        color: #3b8e8e;
        color: #409eff;
        cursor: pointer;
    }
    .aposcope-right /deep/ .el-tabs__content {
        overflow: visible;
    }
</style>