From 5421d1e2d9749d9193641139cbf3b3cbf2157ebb Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 11 Mar 2022 18:03:23 +0800
Subject: [PATCH] 部分更改
---
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