From ddf90f296adad975b58e56214b1cca4d40093333 Mon Sep 17 00:00:00 2001
From: 徐旺旺 <11530253@qq.com>
Date: 星期一, 04 一月 2021 17:27:14 +0800
Subject: [PATCH] 面板样式bug

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

diff --git a/src/components/LayerController/LayerController.vue b/src/components/LayerController/LayerController.vue
index b011d48..61e0339 100644
--- a/src/components/LayerController/LayerController.vue
+++ b/src/components/LayerController/LayerController.vue
@@ -16,7 +16,7 @@
     </div>
     <div class="bodyBox" id="panelContent">
       <div id="panelInnerContent" style="height: auto; overflow: hidden;">
-        <slot>鍥惧眰鏁版嵁鏆傛湭鍔犺浇......</slot>
+        <slot></slot>
       </div>
     </div>
   </div>
@@ -196,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