1
lzhe
2024-05-13 f5edc2904945f37b164a7874d502cf002fae024e
src/views/mdc/station-live.vue
@@ -763,7 +763,7 @@
   position: absolute;
    right: 10px;
    top: -2px;
    color: #3b8e8e;
    color: #409eff;
    cursor: pointer;
}
.status-wrap.align-left, .status-wrap:first-child {
@@ -776,7 +776,7 @@
    justify-content: start;
}
.collect-status {
    color: #3b8e8e;
    color: #409eff;
    margin-right: 16px;
   font-size: 14px;
}
@@ -803,6 +803,6 @@
    flex-wrap: wrap;
}
.status-wrap /deep/ .el-checkbox.el-checkbox--large {
    color: #3b8e8e;
    color: #409eff;
}
</style>