From c5ff93f67775f4a2bc0ffabd6c24cb46e5226df0 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 07 Jul 2023 16:01:11 +0800
Subject: [PATCH] 电子沙盘调整---警戒线样式选择

---
 src/components/imagesSelect/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/imagesSelect/index.vue b/src/components/imagesSelect/index.vue
index f03ae61..5b81780 100644
--- a/src/components/imagesSelect/index.vue
+++ b/src/components/imagesSelect/index.vue
@@ -56,7 +56,7 @@
         },
 
         curImgClick (item) {
-            this.$emit('curClick', item.url)
+            this.$emit('curClick', item.url, 1)
         }
     },
 }
@@ -78,7 +78,7 @@
     background: $el-dialog-bg-color;
     border-radius: 10px;
 
-    & > div {
+    &>div {
         padding: 6px;
         margin: 10px;
         width: 50px;

--
Gitblit v1.9.3