From 44768f17398c80d86d2aba7e3036cc6362b58ebe Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Fri, 16 Sep 2022 09:28:46 +0800
Subject: [PATCH] 修改按钮样式在小程序出现的问题

---
 src/components/leafletDraw.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/components/leafletDraw.vue b/src/components/leafletDraw.vue
index 9d08158..362032a 100644
--- a/src/components/leafletDraw.vue
+++ b/src/components/leafletDraw.vue
@@ -398,9 +398,11 @@
     .repeal {
         // width: 100px;
         // height: 44px;
+
         border-radius: 22px;
         border: none;
-
+        color: #000;
+        background: #fff;
         width: 150px;
         height: 66px;
         font-size: 30px;
@@ -412,7 +414,8 @@
         // height: 44px;
         border-radius: 22px;
         border: none;
-
+        color: #000;
+        background: #fff;
         width: 150px;
         height: 66px;
         font-size: 30px;

--
Gitblit v1.9.3