From 399abec46258d2c69dabb4e60c1efc26702d3719 Mon Sep 17 00:00:00 2001
From: guoshipeng <3194674006@qq.com>
Date: Fri, 25 Aug 2023 10:04:46 +0800
Subject: [PATCH] fix:路段

---
 src/components/map/pickCoordinate1.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/components/map/pickCoordinate1.vue b/src/components/map/pickCoordinate1.vue
index c20c495..3fe8e5c 100644
--- a/src/components/map/pickCoordinate1.vue
+++ b/src/components/map/pickCoordinate1.vue
@@ -24,7 +24,10 @@
             style="width: 160px; height: 26px"
             @change="searchMap"
           ></a-input> -->
-          <input v-model="input" id="tipinput" /><button @click="searchAddress">
+          <input v-model="input" id="tipinput" /><button
+            @click="searchAddress"
+            style="background-color: #1890ff; color:white; border:none;margin-left:5px"
+          >
             ������
           </button>
           <div id="panel"></div>

--
Gitblit v1.8.0