update
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user