From c4044fb60e53e5c83da4ee645d5160f914e422a3 Mon Sep 17 00:00:00 2001
From: YANGDL <114714267@qq.com>
Date: 星期五, 05 三月 2021 16:17:41 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/src/components/panel/RightSearchPanel.vue b/src/components/panel/RightSearchPanel.vue
index ff6a70d..9462fe7 100644
--- a/src/components/panel/RightSearchPanel.vue
+++ b/src/components/panel/RightSearchPanel.vue
@@ -221,11 +221,11 @@
 
   .B-TMD-table-list-title {
     width: 100%;
-    height: 50px;
+    height: 30px;
   }
 
   .B-TMD-table-list-head {
-    width: 160px;
+    //width: 160px;
     float: left;
     padding-left: 5px;
     overflow: hidden;
@@ -350,7 +350,8 @@
     margin: 5px 0px 0px 0px;
     padding: 0px;
     border: #051842;
-    height: 290px;
+    //height: 290px;
+    height: calc(~"100vh - 180px");
     overflow-y: scroll;
     background-color: transparent !important;
     margin-bottom: -8px !important;

--
Gitblit v1.8.0