Merge branch 'master-v32-xwx' into 'master'
通知统计弹框页面出现横向滚动条 See merge request !731
Showing
3 changed files
with
5 additions
and
5 deletions
@@ -79,7 +79,7 @@ layui.define(['common', 'admin', 'echarts', 'common', 'table', 'sessions'], func | @@ -79,7 +79,7 @@ layui.define(['common', 'admin', 'echarts', 'common', 'table', 'sessions'], func | ||
79 | //lsq 弹框打开更多 2022-06-21 | 79 | //lsq 弹框打开更多 2022-06-21 |
80 | function queryData(title, data) { | 80 | function queryData(title, data) { |
81 | let html = ` | 81 | let html = ` |
82 | - <div class="pie-chart pie-chart-custom" id="more_notice" style="height: 60vh"></div> | 82 | + <div class="pie-chart pie-chart-custom" id="more_notice" style="height: 60vh;overflow:hidden"></div> |
83 | ` | 83 | ` |
84 | layer.open({ | 84 | layer.open({ |
85 | type: 1 | 85 | type: 1 |
@@ -164,8 +164,8 @@ | @@ -164,8 +164,8 @@ | ||
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"> | ||
168 | - <button class="layui-btn layui-btn-sm layui-btn-normal" id="bizSearch" style="width: 50px;height: 30px;margin-top: -6px;">搜索</button> | 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> | ||
169 | </div> | 169 | </div> |
170 | <div id="bizindextree"></div> | 170 | <div id="bizindextree"></div> |
171 | </div> | 171 | </div> |
@@ -275,8 +275,8 @@ | @@ -275,8 +275,8 @@ | ||
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"> | ||
279 | - <button class="layui-btn layui-btn-sm layui-btn-normal" id="resSearch" style="width: 50px;height: 30px;margin-top: -6px;">搜索</button> | 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> | ||
280 | </div> | 280 | </div> |
281 | <div id="resindextree"></div> | 281 | <div id="resindextree"></div> |
282 | </div> | 282 | </div> |
-
Please register or login to post a comment