From 35b546e2c3afb8cc790ee1bf7672e99012bf4077 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 01 Apr 2023 21:45:16 +0800
Subject: [PATCH] 首页及删除弹框调整

---
 src/views/activity/components/polylinePlot.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/activity/components/polylinePlot.vue b/src/views/activity/components/polylinePlot.vue
index f167c36..14d04ff 100644
--- a/src/views/activity/components/polylinePlot.vue
+++ b/src/views/activity/components/polylinePlot.vue
@@ -129,6 +129,7 @@
         // 删除巡逻路线
         deleteLine () {
             this.$confirm('确定要删除吗?', '提示', {
+                cancelButtonClass: "btn-custom-cancel",
                 confirmButtonText: '确定',
                 cancelButtonText: '取消',
                 type: 'warning',

--
Gitblit v1.9.3