fix bugs on mobile

This commit is contained in:
wlh
2014-12-09 13:20:25 +08:00
parent 04e2322cb1
commit a5a1a210e2
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
<input id="search_input" ng-model="keywords" type="text" placeholder="请输入关键字"/>
</div>
<div>
<input id="search_btn" ng-click="search()" value="搜索"/>
<input type="button" id="search_btn" ng-click="search()" value="搜索"/>
</div>
</header>