From 4677779d3ea99789e59f7a00e769401852943909 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Tue, 30 Aug 2022 17:26:28 +0800
Subject: [PATCH] 画地时按钮放大,地图模式显示当前农场名

---
 src/components/leafletDraw.vue |   24 ++++++++++++++++++------
 1 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/src/components/leafletDraw.vue b/src/components/leafletDraw.vue
index d1d05cb..1e76ae1 100644
--- a/src/components/leafletDraw.vue
+++ b/src/components/leafletDraw.vue
@@ -306,28 +306,40 @@
     font-size: 16px;
 
     .draw {
-        width: 144px;
-        height: 44px;
+        // width: 144px;
+        // height: 44px;
         line-height: 44px;
         background: #5abf78;
         color: #fff;
         border: none;
         border-radius: 22px;
+
+        width: 216px;
+        height: 66px;
+        font-size: 30px;
     }
 
     .repeal {
-        width: 100px;
-        height: 44px;
+        // width: 100px;
+        // height: 44px;
         border-radius: 22px;
         border: none;
+
+        width: 150px;
+        height: 66px;
+        font-size: 30px;
     }
 
     .save {
         margin-left: 10px;
-        width: 100px;
-        height: 44px;
+        // width: 100px;
+        // height: 44px;
         border-radius: 22px;
         border: none;
+
+        width: 150px;
+        height: 66px;
+        font-size: 30px;
     }
 }
 

--
Gitblit v1.9.3