From 4b9b76e141865b150cd2fdba139f9a80b39dc7e9 Mon Sep 17 00:00:00 2001
From: chenzeping <ChenZeping02609@163.com>
Date: 星期三, 10 三月 2021 18:25:57 +0800
Subject: [PATCH] 文字标注

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

diff --git a/src/components/panel/RightSearchPanel.vue b/src/components/panel/RightSearchPanel.vue
index f8c5efd..650c599 100644
--- a/src/components/panel/RightSearchPanel.vue
+++ b/src/components/panel/RightSearchPanel.vue
@@ -1,5 +1,5 @@
 <template>
-  <div id="right-panel" >
+  <div id="right-panel">
     <div class="panel-tab">
       <div v-for="item in topicMenu" :key="item.id" :title="item.name" class="tab-item" @click="handleGd" :class="{'B-TMT-tab-waybill-isActive': isWaybillHover}">
         <img :src="item.icon" style="width: 24px;height: 24px;"></div>
@@ -85,7 +85,6 @@
     },
     toggleMonitorPanel () {
       this.isCollapse = !this.isCollapse
-      console.log(11)
       // const el = $('.btn-stretch')
       // const el2 = $('.panel-fold-btn')
       // const el = document.getElementsByClassName('.btn-stretch')
@@ -143,7 +142,6 @@
   .el-card__body {
     padding: 7px;
   }
-
   .el-form-item__content {
     color: rgb(52, 224, 255);
   }
@@ -160,7 +158,7 @@
 
   .el-form-item__label {
     color: rgb(52, 224, 255);
-    /*<!--color: @color;-->*/
+    color: @color;
   }
 
   .el-input__inner::placeholder {

--
Gitblit v1.8.0