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/polygonPlot.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/views/activity/components/polygonPlot.vue b/src/views/activity/components/polygonPlot.vue
index d9c94d4..eb53c01 100644
--- a/src/views/activity/components/polygonPlot.vue
+++ b/src/views/activity/components/polygonPlot.vue
@@ -183,6 +183,7 @@
// 删除标绘
deletePlot () {
this.$confirm('确定要删除吗?', '提示', {
+ cancelButtonClass: "btn-custom-cancel",
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
--
Gitblit v1.9.3