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 +++++--
 src/components/revampDraw.vue  |    6 ++++--
 2 files changed, 9 insertions(+), 4 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;
diff --git a/src/components/revampDraw.vue b/src/components/revampDraw.vue
index a85b3f2..9858595 100644
--- a/src/components/revampDraw.vue
+++ b/src/components/revampDraw.vue
@@ -562,7 +562,8 @@
         line-height: 44px;
         border: none;
         border-radius: 22px;
-
+        color: #000;
+        background: #fff;
         width: 150px;
         height: 66px;
         font-size: 30px;
@@ -573,7 +574,8 @@
         // height: 44px;
         border-radius: 22px;
         border: none;
-
+        color: #000;
+        background: #fff;
         width: 150px;
         height: 66px;
         font-size: 30px;

--
Gitblit v1.9.3