From 1348c11eceeecc172e2a069b67e197de90aa5827 Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期四, 11 三月 2021 10:00:32 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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