Merge branch 'master' of github.com:yizhaorong/intranet_app_manager

* 'master' of github.com:yizhaorong/intranet_app_manager:
  修复页面错误
This commit is contained in:
昭荣伊
2019-08-26 10:03:47 +08:00
2 changed files with 20 additions and 3 deletions
+16
View File
@@ -1144,4 +1144,20 @@ body {
.apps-app-info .middle-wrapper input {
background-color: #f6f6f6
}
.guide {
position:fixed;
top:0;
left:0;
bottom:0;
right:0;
z-index:-1;
}
.guide > img {
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
border:0;
}
+4 -3
View File
@@ -20,9 +20,10 @@
设备ID
</h4>
</a>
<a class="list-group-item" href="#" th:each="device,appStat : ${app.devices}">
[[${device}]]
</a>
<div th:each="device,appStat : ${app.devices}">
<h5>[[${device}]]</h5>
<hr />
</div>
</div>
</div>
</body>