From 5b2a25025b4426b969f01883201138a51f8b5837 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期五, 01 十二月 2023 11:38:35 +0800
Subject: [PATCH] 公共图表头部组件开发+安装echarts 全局引入

---
 src/components/cockpitPage/BackgroundBoardLayout.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/components/cockpitPage/BackgroundBoardLayout.vue b/src/components/cockpitPage/BackgroundBoardLayout.vue
index bd0f3a4..9345c5a 100644
--- a/src/components/cockpitPage/BackgroundBoardLayout.vue
+++ b/src/components/cockpitPage/BackgroundBoardLayout.vue
@@ -19,10 +19,10 @@
         </div>
         <div class="left-bottom-right-block">
           <div class="right-bottom-top-block">
-            <slot name="leftBlock2"></slot>
+            <slot name="leftBlock5"></slot>
           </div>
           <div class="right-bottom-bottom-block">
-            <slot name="leftBlock3"></slot>
+            <slot name="leftBlock6"></slot>
           </div>
         </div>
       </div>
@@ -166,6 +166,5 @@
 }
 .right-bottom-block {
   height: 35%;
-  background: #dd355f;
 }
 </style>

--
Gitblit v1.8.0