From ea4cf388b11923ae181f17661aae71c0b95fecd5 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期五, 14 八月 2020 12:00:50 +0800
Subject: [PATCH] 添加底库样式调整,跳转及关闭窗口同步高亮处理

---
 src/pages/search/index/Searching.vue |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/src/pages/search/index/Searching.vue b/src/pages/search/index/Searching.vue
index b9a16a0..9a9d55e 100644
--- a/src/pages/search/index/Searching.vue
+++ b/src/pages/search/index/Searching.vue
@@ -817,9 +817,20 @@
   white-space: nowrap;
   text-overflow: ellipsis;
 }
+.titlebar{
+  height: 10px!important;
+  background: #fff!important;
+  .button{
+    position: absolute;
+    font-size: 25px!important;
+    right: 10px;
+    top: 10px;
+    z-index: 3;
+  }
+}
 .addToBase {
   width: 98%;
-  height: 450px;
+  height: 430px;
   position: relative;
   .topLabel {
     margin-top: 20px;

--
Gitblit v1.8.0