This commit is contained in:
lb
2023-10-09 13:32:33 +08:00
parent b39f0625a1
commit 6e390bf12a
4 changed files with 7 additions and 861 deletions

View File

@@ -64,8 +64,7 @@
</template>
<script>
// import * as echarts from 'echarts';
import Gantt from './demo';
import Gantt from './chart';
export default {
name: 'SGStatus',
@@ -445,7 +444,7 @@ export default {
}
.running {
background-color: #5ad8a6;
background-color: #288AFF;
// background-color: #84f04e;
}
@@ -456,7 +455,7 @@ export default {
.fault {
// background-color: #ea5b5b;
background-color: #fc9c91;
background-color: #FC9C91;
}
.full {
@@ -470,7 +469,7 @@ export default {
}
.stop {
background-color: #000;
background-color: #FFDC94;
}
.legend-row {