From ed35d0b4c2051e067bd9904c4b0158257d5db0d9 Mon Sep 17 00:00:00 2001
From: ZZJ <10913410+zzj2100@user.noreply.gitee.com>
Date: 星期二, 02 八月 2022 18:58:30 +0800
Subject: [PATCH] 摄像机树样式,导出数据样式

---
 src/views/search/Searching.vue |   24 ++++++++++++++----------
 1 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/src/views/search/Searching.vue b/src/views/search/Searching.vue
index 104329b..52a08f4 100644
--- a/src/views/search/Searching.vue
+++ b/src/views/search/Searching.vue
@@ -141,7 +141,7 @@
 
           <div class="btnArea">
             <div class="button light" @click.stop="showDownBox = !showDownBox">
-              <span class="el-icon-plus"></span>
+              <span class="iconfont">&#xe643;</span>
               瀵煎嚭鏁版嵁
             </div>
 
@@ -1075,39 +1075,43 @@
 .btnArea {
   padding: 0 10px;
   margin-right: 10px;
-  background-color: #0064ff;
+  color: #0064ff;
+  background-color: #fff;
   text-align: center;
   line-height: 28px;
   display: inline-block;
   height: 28px;
   border-radius: 5px;
   cursor: pointer;
-  color: #fff;
   font-size: 12px;
+  border: 1px solid #0065ff;
+
+  .light {
+  }
 
   .downBox {
     top: 104px;
     right: 255px;
     position: absolute;
     text-align: center;
-    border: 1px solid #0064ff;
     background-color: #fff;
-    border-radius: 9px;
+    border-radius: 3px;
     color: #3d3d3d;
-
     width: 100px;
     z-index: 10;
+    padding: 10px;
+    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05),
+      0px 4px 5px 0px rgba(0, 0, 0, 0.08), 0px 2px 4px -1px rgba(0, 0, 0, 0.12);
 
     .downItem {
       text-align: center;
-      height: 28px;
-      line-height: 28px;
+      height: 40px;
+      line-height: 40px;
       font-size: 12px;
-      border-radius: 9px;
       cursor: pointer;
 
       &:hover {
-        background-color: #f5f5fa;
+        background-color: #f0f5fa;
       }
     }
   }

--
Gitblit v1.8.0