From f4c90cdeda652f0d40d04eefde317626593d19e5 Mon Sep 17 00:00:00 2001
From: jihongshun <1151753686@qq.com>
Date: 星期四, 21 八月 2025 17:16:30 +0800
Subject: [PATCH] 优化左中右联动效果

---
 src/views/system/shootPoint/components/shootPointDialog.vue |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/views/system/shootPoint/components/shootPointDialog.vue b/src/views/system/shootPoint/components/shootPointDialog.vue
index d619ffe..75b507d 100644
--- a/src/views/system/shootPoint/components/shootPointDialog.vue
+++ b/src/views/system/shootPoint/components/shootPointDialog.vue
@@ -10,7 +10,7 @@
           <el-col :span="4">
               <el-card class="noScroll">
                 <div class="chooseModel">
-                  <el-button type="primary" @click='chooseModel'>閫夋嫨妯″瀷</el-button>
+                  <el-button type="primary" @click='chooseModel'>妯″瀷</el-button>
                   <div class="modelType">
                     妯″瀷鍚嶇О锛歿{ modelName }}
                   </div>
@@ -60,7 +60,7 @@
                                 <span v-for="(action, aIndex) in wp.actions" 
                                       :key="action.id" 
                                       class="action-icon"
-                                      @click="clickItem(action)">
+                                      @click.stop="clickItem(action)">
                   
                                   <img src="@/assets/images/xuanting.svg" alt="svg鍥剧墖" v-if="action.type==='鎮仠'" />
                                   <img src="@/assets/images/photo.svg" alt="svg鍥剧墖" v-if="action.type==='鎷嶇収'" />
@@ -93,7 +93,6 @@
   </div>
 </template>
 <script>
-import { compileToFunctions } from "vue-template-compiler";
 import CesiumMap from "../../../../utils/components/cesium-map.vue";
 import InitMap from "../../../../utils/components/init-map.vue";
 import ChooseModelDialog from './chooseModelDialog.vue';
@@ -742,6 +741,10 @@
 }
 </script>
 <style scoped>
+::v-deep .el-dialog__header {
+  padding: 10px; /* 淇敼鍐呰竟璺� */
+  font-size: 18px; /* 淇敼瀛椾綋澶у皬 */
+}
 .noScroll{
     height: calc(100vh - 175px);
     overflow: auto;

--
Gitblit v1.9.3