From 102c2c021c1476744d9e67362ca75a43a60c0c20 Mon Sep 17 00:00:00 2001 From: Karson Date: Sun, 21 May 2017 20:13:07 +0800 Subject: [PATCH] --- README.md | 4 +- application/index/view/layout/bootstrap.html | 44 +++++++++++-------- .../js/backend/example/bootstraptable.js | 2 +- 3 files changed, 30 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index f591bf04..10802d1c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,9 @@ http://demo.fastadmin.net ## **问题反馈** -在使用中有任何问题,欢迎反馈给我,可以用以下联系方式跟我交流 +在使用中有任何问题,请使用以下联系方式联系我们 + +交流社区: http://forum.fastadmin.net QQ群: [636393962](https://jq.qq.com/?_wv=1027&k=487PNBb) diff --git a/application/index/view/layout/bootstrap.html b/application/index/view/layout/bootstrap.html index e0ce93bd..c5bfe424 100644 --- a/application/index/view/layout/bootstrap.html +++ b/application/index/view/layout/bootstrap.html @@ -43,19 +43,28 @@ - + @@ -68,12 +77,11 @@
@@ -88,7 +96,7 @@

diff --git a/public/assets/js/backend/example/bootstraptable.js b/public/assets/js/backend/example/bootstraptable.js index 2f547a3b..e00e5c08 100644 --- a/public/assets/js/backend/example/bootstraptable.js +++ b/public/assets/js/backend/example/bootstraptable.js @@ -40,7 +40,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin search: false, //启用普通表单搜索 commonSearch: true, - //可以控制是否默认显示搜索单表,false则隐藏,默认为true + //可以控制是否默认显示搜索单表,false则隐藏,默认为false searchFormVisible: true });