From cc1c0a396698648256c350f6f0fe2cb2f0b02c7e Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Wed, 27 Mar 2024 15:44:10 +0800
Subject: [PATCH] 许可按钮放出,备案审批按钮放出

---
 src/styles/map.scss |   77 +++++++++++++++++++++++++++++++++++++-
 1 files changed, 75 insertions(+), 2 deletions(-)

diff --git a/src/styles/map.scss b/src/styles/map.scss
index 28f48ef..9419458 100644
--- a/src/styles/map.scss
+++ b/src/styles/map.scss
@@ -2,7 +2,7 @@
 #avue-view {
   &>.morpheus-map-box {
     position: absolute;
-    top: 40px;
+    top: 0px;
     left: 0px;
     right: 0px;
     bottom: 0px;
@@ -22,7 +22,7 @@
       top: 10px;
       left: 10px;
       right: 10px;
-      bottom: 10px;;
+      bottom: 10px;
       margin: 10px;
       padding: 0px;
       // height: calc(100% - 40px) !important;
@@ -54,3 +54,76 @@
     overflow-y: auto !important;
   }
 }
+
+.track-box {
+  .datetime {
+    input {
+      background: #004ca7 !important;
+      color: #fff !important;
+
+      &::-webkit-input-placeholder {
+        /* WebKit browsers */
+        color: #fff !important;
+      }
+    }
+  }
+}
+
+.el-date-editor .el-range-separator {
+  color: #fff !important;
+}
+
+
+.car-video-box .el-dialog {
+  margin-top: 0 !important;
+  position: fixed !important;
+  top: 200px;
+  left: 400px;
+  // right: 0;
+  // bottom: 0;
+  // margin: auto;
+
+  width: 821px;
+  height: 450px;
+
+  .el-dialog__body {
+    padding: 10px !important;
+    height: calc(100% - 50px);
+
+    iframe {
+      width: 100%;
+      height: 100%;
+    }
+  }
+}
+
+
+
+.see-location,
+.see-track {
+  .el-dialog__body {
+    height: 540px;
+    .search {
+      position: relative;
+      height: 36px;
+      line-height: 36px;
+      .el-date-editor  {
+        position: absolute;
+        top: 4px;
+      }
+
+      .el-button.el-button--text {
+        position: absolute;
+        height: 28px;
+        line-height: 28px;
+        top: 4px;
+        left: 480px;
+        padding: 0 8px !important;
+      }
+    }
+
+    #track_map {
+      height: calc(100% - 36px) !important;
+    }
+  }
+}

--
Gitblit v1.9.3