Merge branch 'master-500-dev-xwx' into 'master-500-dev'
快照详情性能信息展示错误 See merge request !762
Showing
1 changed file
with
4 additions
and
3 deletions
@@ -24,9 +24,10 @@ | @@ -24,9 +24,10 @@ | ||
24 | </div> | 24 | </div> |
25 | </div> | 25 | </div> |
26 | <div class="lay-row"> | 26 | <div class="lay-row"> |
27 | - <div class="lay-row-item"> | ||
28 | - <h5 class="lay-row-title">性能信息</h5> | ||
29 | - <div id="hostminicomputerpartition_sysfile"></div> | 27 | + <div class="lay-row-item lay-row-item--half" style="width: calc(100% - 10px)"> |
28 | + <h5 class="lay-row-title">性能信息<i class="iconfont detail_base_info" | ||
29 | + data-id="hostminicomputerpartition_sysfile"></i></h5> | ||
30 | + <ul class="info-table" id="hostminicomputerpartition_sysfile"></ul> | ||
30 | </div> | 31 | </div> |
31 | </div> | 32 | </div> |
32 | <div id="table_arr_body"> | 33 | <div id="table_arr_body"> |
-
Please register or login to post a comment