Browse Source

解决多数据集下显示错乱问题。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.8.2^2
zouap 3 years ago
parent
commit
171fa5ba6a
1 changed files with 14 additions and 1 deletions
  1. +14
    -1
      templates/repo/cloudbrain/show.tmpl

+ 14
- 1
templates/repo/cloudbrain/show.tmpl View File

@@ -503,7 +503,20 @@
</div> </div>
</div> </div>
</div> </div>

<div style="clear:both">
<table style="border:none" class="ui fixed small stackable table">
<thead>
<tr><th style="color: #8a8e99;font-size:12px" class="three wide center aligned">数据集文件</th>
</tr></thead>
<tbody>
<tr>
<td style="word-wrap: break-word;word-break: break-all;"><a href="" target="_blank">test.zip</a></td>
</tr>
</tbody>
</table>
</div>
</div> </div>
</div> </div>
<div class="ui tab" data-tab="second{{$k}}"> <div class="ui tab" data-tab="second{{$k}}">


Loading…
Cancel
Save