Showing
2 changed files
with
2 additions
and
2 deletions
@@ -164,7 +164,7 @@ | @@ -164,7 +164,7 @@ | ||
164 | </div> | 164 | </div> |
165 | <div class="layui-card-body"> | 165 | <div class="layui-card-body"> |
166 | <div> | 166 | <div> |
167 | - <input type="search" placeholder="搜索..." id="bizInputSearch" autocomplete="off" class="layui-input layui-input-search" style="width: 180px"> | 167 | + <input type="search" placeholder="搜索..." lay-tips="关键字检索包含: </br>资源名称</br>ip地址</br>资源类型</br>操作系统类型" id="bizInputSearch" autocomplete="off" class="layui-input layui-input-search" style="width: 180px"> |
168 | <button class="layui-btn layui-btn-sm layui-btn-normal" id="bizSearch" style="width: 50px;height: 30px;margin-top: -6px;">查询</button> | 168 | <button class="layui-btn layui-btn-sm layui-btn-normal" id="bizSearch" style="width: 50px;height: 30px;margin-top: -6px;">查询</button> |
169 | </div> | 169 | </div> |
170 | <div id="bizindextree"></div> | 170 | <div id="bizindextree"></div> |
@@ -275,7 +275,7 @@ | @@ -275,7 +275,7 @@ | ||
275 | 275 | ||
276 | <div class="layui-card-body"> | 276 | <div class="layui-card-body"> |
277 | <div> | 277 | <div> |
278 | - <input type="search" placeholder="搜索..." autocomplete="off" id="inputSearch" class="layui-input layui-input-search" style="width: 180px"> | 278 | + <input type="search" placeholder="搜索..." autocomplete="off" lay-tips="关键字检索包含: </br>资源名称</br>ip地址</br>资源类型</br>操作系统类型" id="inputSearch" class="layui-input layui-input-search" style="width: 180px"> |
279 | <button class="layui-btn layui-btn-sm layui-btn-normal" id="resSearch" style="width: 50px;height: 30px;margin-top: -6px;">查询</button> | 279 | <button class="layui-btn layui-btn-sm layui-btn-normal" id="resSearch" style="width: 50px;height: 30px;margin-top: -6px;">查询</button> |
280 | </div> | 280 | </div> |
281 | <div id="resindextree"></div> | 281 | <div id="resindextree"></div> |
-
Please register or login to post a comment