大屏
This commit is contained in:
		| @@ -134,7 +134,7 @@ | ||||
|     </div> | ||||
|     <div class="middle"> | ||||
|       <div class="top"> | ||||
|         <AiGrid :instance="instance" @nodeClick="onNodeClick"></AiGrid> | ||||
|         <PdGrid :instance="instance" @nodeClick="onNodeClick"></PdGrid> | ||||
|       </div> | ||||
|       <div class="bottom"> | ||||
|         <div class="bottom-title"> | ||||
| @@ -228,7 +228,7 @@ | ||||
|  | ||||
| <script> | ||||
|   import DonutChart from './components/DonutChart' | ||||
|   import AiGrid from './components/AiGrid' | ||||
|   import PdGrid from './components/PdGrid' | ||||
|   import * as echarts from 'echarts' | ||||
|  | ||||
|   export default { | ||||
| @@ -242,7 +242,7 @@ | ||||
|  | ||||
|     components: { | ||||
|       DonutChart, | ||||
|       AiGrid | ||||
|       PdGrid | ||||
|     }, | ||||
|  | ||||
|     data () { | ||||
| @@ -1194,6 +1194,7 @@ | ||||
|  | ||||
|       .top { | ||||
|         flex: 1; | ||||
|         margin-bottom: 29px; | ||||
|       } | ||||
|  | ||||
|       .bottom { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user