From 921d210ab1c7b4159424788e891113c95dcc3505 Mon Sep 17 00:00:00 2001
From: mark <mark18340872469@163.com>
Date: 星期二, 27 九月 2022 16:43:12 +0800
Subject: [PATCH] 摄像机管理 时间段 过滤 改bug
---
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