From 2544bf8d85296ac4ebbcd8d197b85df6fd1891df Mon Sep 17 00:00:00 2001
From: ZZJ <10913410+zzj2100@user.noreply.gitee.com>
Date: 星期五, 29 七月 2022 18:27:47 +0800
Subject: [PATCH] 统计查询导出数据
---
src/views/search/components/LeftNav.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/search/components/LeftNav.vue b/src/views/search/components/LeftNav.vue
index 54f263c..f98977d 100644
--- a/src/views/search/components/LeftNav.vue
+++ b/src/views/search/components/LeftNav.vue
@@ -340,7 +340,7 @@
import bus from "@/plugin/bus";
// import TreeMenu from "@/components/treeMenu/index";
-import TreeMenu from "./giantTree/index";
+import TreeMenu from "@/components/giantTree/index";
import LocalVedioList from "./LocalVedioList";
import FileUpload from "./FileUpload/index";
import XLSX from "xlsx";
@@ -777,7 +777,7 @@
}
// padding: 24px 0px;
// padding-top: 24px;
- padding-bottom: 12px;
+ // padding-bottom: 12px;
input:nth-child(1) {
height: 34px;
box-shadow: 0 2px 11px -6px rgba(95, 95, 95, 0.5);
@@ -939,14 +939,14 @@
}
}
.area-add {
- left: 100px;
+ // left: 100px;
}
.camera-add {
- left: 128px;
+ // left: 128px;
}
.import-btn {
- left: 156px;
+ // left: 156px;
}
.tree-font {
font-family: PingFangSC-Medium;
--
Gitblit v1.8.0