From a4ba19ae45ed3e9819bd99ae9f4666625e6f353a Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 09 Dec 2022 17:52:29 +0800
Subject: [PATCH] 整体样式风格修改
---
src/components/map/mapBox.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/components/map/mapBox.vue b/src/components/map/mapBox.vue
index 3cdc6a3..872acff 100644
--- a/src/components/map/mapBox.vue
+++ b/src/components/map/mapBox.vue
@@ -4,7 +4,7 @@
<div style="position: absolute;right:40%;top:-1%;z-index: 999999">
<p style="margin-top: 10px" v-if="!isDetail">
<el-button type="primary" size="small" @click="point()">绘制路线</el-button>
- <el-button type="danger" size="small" @click="clearDraw()">重置</el-button>
+ <el-button size="small" @click="clearDraw()">重置</el-button>
</p>
</div>
<!--画线后的提示-->
--
Gitblit v1.9.3