style: 修改红色图标的颜色

This commit is contained in:
zhangyu
2020-10-09 15:53:09 +08:00
parent 6bed4165b1
commit 2420918bf9
3 changed files with 10 additions and 89 deletions

View File

@@ -107,18 +107,6 @@
@topologyLoad="topologyLoad"
>
</topology>
<!--<cytoscape-->
<!--:editVisNetwork="editVisNetwork"-->
<!--:nodesArray="nodesArray"-->
<!--:edgesArray="edgesArray"-->
<!--@setTopologyData="setTopologyData"-->
<!--:isFullScreen="false"-->
<!--ref="topology"-->
<!--:allModuleInfo="allModuleInfo"-->
<!--v-loading="topologyLoading"-->
<!--@editVisNetworkChange="editVisNetworkChange"-->
<!--@reload="reload"-->
<!--/>-->
</div>
</div>
@@ -130,7 +118,6 @@
import loading from "@/components/common/loading";
import timePicker from '@/components/common/timePicker';
import topology from './topology'
import cytoscape from './cytoscape'
import bus from '@/libs/bus';
// import other from './other'
export default {
@@ -139,7 +126,6 @@
'loading': loading,
'time-picker':timePicker,
'topology':topology,
cytoscape,
// other
},
props:{