From df1c052d1f0d368cb78ebb1831980745bca11edc Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 10 Jun 2021 11:56:18 +0800
Subject: [PATCH] 数据图表的查询渲染

---
 widgets/searchL/Widget.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/widgets/searchL/Widget.html b/widgets/searchL/Widget.html
index 621d4e4..1d79f04 100644
--- a/widgets/searchL/Widget.html
+++ b/widgets/searchL/Widget.html
@@ -6,9 +6,9 @@
 	<input id="local_data" autocomplete="off"  data-provide="typeahead" type="text" class="input-sms"
 		placeholder="输入关键字以搜索: 鄱阳湖" />
 	<div id="inputTwo">
-		<input id="local_data1" autocomplete="off" data-provide="typeahead" type="text" class="input-sms1"
+		<input id="local_data1" autocomplete="off" data-provide="typeahead" type="number" class="input-sms1"
 			placeholder="经度:115.5" />
-		<input id="local_data2" autocomplete="off" data-provide="typeahead" type="text" class="input-sms1"
+		<input id="local_data2" autocomplete="off" data-provide="typeahead" type="number" class="input-sms1"
 			placeholder="纬度:25.5" />
 	</div>
 	<img class="input_img searchImg" src="images/addL/sous.png">

--
Gitblit v1.9.3