From 7bd0fe94253a3f797c8791d9ee65901e1402efb6 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 20 Sep 2022 16:41:54 +0800
Subject: [PATCH] 视频地图点击

---
 src/styles/base/index.scss |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/styles/base/index.scss b/src/styles/base/index.scss
index 4dfb963..ebb98df 100644
--- a/src/styles/base/index.scss
+++ b/src/styles/base/index.scss
@@ -46,4 +46,11 @@
 
 ::-webkit-scrollbar-thumb:hover {
     background-color: rgba(7, 22, 37, 0.8);
+}
+
+.car-video-box {
+    .el-dialog {
+        left: auto !important;
+        right: 240px;
+    }
 }
\ No newline at end of file

--
Gitblit v1.9.3