From 243c4782ce378d9238a60ae8cd41723657675d69 Mon Sep 17 00:00:00 2001
From: wangrui <zephyrs0894@163.com>
Date: 星期四, 24 十二月 2020 15:43:49 +0800
Subject: [PATCH] 服务图层,动态生成

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

diff --git a/src/components/LayerController/LayerController.vue b/src/components/LayerController/LayerController.vue
index 3234beb..61e0339 100644
--- a/src/components/LayerController/LayerController.vue
+++ b/src/components/LayerController/LayerController.vue
@@ -16,8 +16,7 @@
     </div>
     <div class="bodyBox" id="panelContent">
       <div id="panelInnerContent" style="height: auto; overflow: hidden;">
-        fdsafdsaf
-          
+        <slot></slot>
       </div>
     </div>
   </div>
@@ -197,7 +196,7 @@
   }
 
   .bodyBox{
-    background-color: rgba(0x04, 0x52, 0x7f, 0.6);
+    background-color: rgba(44,62,80, 0.6);
     border: 1px solid #10488c;
     margin-top: -1px;
     height: auto;

--
Gitblit v1.8.0