From e2a72a5e883d79d46d65062897c367b782cf8ba4 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期四, 19 九月 2024 18:57:32 +0800
Subject: [PATCH] 新增视频监控导出按钮
---
src/views/screen/components/screen-map-three/index.vue | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/src/views/screen/components/screen-map-three/index.vue b/src/views/screen/components/screen-map-three/index.vue
index 806fa3e..f500e99 100644
--- a/src/views/screen/components/screen-map-three/index.vue
+++ b/src/views/screen/components/screen-map-three/index.vue
@@ -37,12 +37,15 @@
<style lang="scss" scoped>
.map-container {
width: 100%;
- height: 100%;
- position: absolute;
- left: 0;
- top: 0;
+ height:100%;
+ // position: absolute;
+ // left: 25%;
+ // top: 65px;
z-index: 0;
-
+ // background: url("../../../../assets/images/screen/cardBg.png");
+ // background-size: cover !important;
+ // background-repeat: no-repeat !important;
+ // background-position: center center !important;
.world {
width: 100%;
height: 100%;
--
Gitblit v1.8.0