From 81f54040c2cb65537c6c6e1db8358a39a57dea0d Mon Sep 17 00:00:00 2001
From: mayisheng <admin>
Date: Mon, 15 Aug 2022 16:14:01 +0800
Subject: [PATCH] 1
---
src/components/map/components/mapPopupOther/leftNavsAdd.vue | 30 +++++++++++++++---------------
1 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/src/components/map/components/mapPopupOther/leftNavsAdd.vue b/src/components/map/components/mapPopupOther/leftNavsAdd.vue
index a261e40..de86784 100644
--- a/src/components/map/components/mapPopupOther/leftNavsAdd.vue
+++ b/src/components/map/components/mapPopupOther/leftNavsAdd.vue
@@ -1,25 +1,25 @@
<template>
- <div style="width: 100%; height: 100%">
- <div class="monitor-container">
- <div class="monitor-wrap">
- <div class="content-wrap">
- <div class="title">
- <!-- {{ stateName }} -->
- <!-- @click="closeMonitorPopupBox" -->
- <img class="close-box" src="/img/navicon/close.png" alt />
- </div>
- <div class="content">123</div>
+ <div style="width: 100%; height: 100%">
+ <div class="monitor-container">
+ <div class="monitor-wrap">
+ <div class="content-wrap">
+ <div class="title">
+ <!-- {{ stateName }} -->
+ <!-- @click="closeMonitorPopupBox" -->
+ <img class="close-box" src="/img/navicon/close.png" alt />
+ </div>
+ <div class="content">123</div>
+ </div>
+ </div>
+ <div class="arrow"></div>
</div>
- </div>
- <div class="arrow"></div>
</div>
- </div>
</template>
<script>
export default {
- name: "leftNavsAdd",
-};
+ name: 'leftNavsAdd'
+}
</script>
<style></style>
--
Gitblit v1.9.3