Merge branch 'master-v32-xwx' into 'master'
浙江-任务管理-修改历史版本页面关闭时关闭所有子页面 浙江-首页-首页告警展示数量样式调整 See merge request !34
Showing
2 changed files
with
6 additions
and
3 deletions
@@ -284,9 +284,11 @@ layui.define(['table', 'form', 'laydate', 'admin', 'layer', 'laytpl', 'common', | @@ -284,9 +284,11 @@ layui.define(['table', 'form', 'laydate', 'admin', 'layer', 'laytpl', 'common', | ||
284 | success: function (layero, index) { | 284 | success: function (layero, index) { |
285 | restoreVersionRender(dirctiveId,index); | 285 | restoreVersionRender(dirctiveId,index); |
286 | }, | 286 | }, |
287 | - yes: function () { | ||
288 | - layer.closeAll(); | 287 | + //update xwx 2021-11-4 设置任务管理-指令模板数量-指令模板-绑定指令-历史版本页面关闭时关闭当前页面 |
288 | + yes: function (index) { | ||
289 | + layer.close(index); | ||
289 | } | 290 | } |
291 | + //update xwx 2021-11-4 设置任务管理-指令模板数量-指令模板-绑定指令-历史版本页面关闭时关闭当前页面 | ||
290 | }); | 292 | }); |
291 | }) | 293 | }) |
292 | } | 294 | } |
@@ -4400,7 +4400,8 @@ grayColor{ | @@ -4400,7 +4400,8 @@ grayColor{ | ||
4400 | 4400 | ||
4401 | .index-top .index-banner .index-banner-main .index-banner-item .index-banner-item-tips { | 4401 | .index-top .index-banner .index-banner-main .index-banner-item .index-banner-item-tips { |
4402 | height: 20px; | 4402 | height: 20px; |
4403 | - width: 16px; | 4403 | + /*首页告警展示数量调整*/ |
4404 | + width: 20px; | ||
4404 | line-height: 20px; | 4405 | line-height: 20px; |
4405 | top: -6px; | 4406 | top: -6px; |
4406 | left: 96.5%; | 4407 | left: 96.5%; |
-
Please register or login to post a comment