|
|
|
@@ -1,6 +1,64 @@ |
|
|
|
{{template "base/head" .}} |
|
|
|
<div class="repository"> |
|
|
|
{{template "repo/header" .}} |
|
|
|
<style> |
|
|
|
.model_header_text{ |
|
|
|
font-size: 14px; |
|
|
|
color: #101010; |
|
|
|
font-weight: bold; |
|
|
|
} |
|
|
|
.ti_form{ |
|
|
|
text-align: left; |
|
|
|
max-width: 100%; |
|
|
|
vertical-align: middle; |
|
|
|
} |
|
|
|
.ti-text-form-label { |
|
|
|
padding-bottom: 20px; |
|
|
|
padding-right: 20px; |
|
|
|
color: #8a8e99; |
|
|
|
font-size: 12px; |
|
|
|
white-space: nowrap !important; |
|
|
|
width: 80px; |
|
|
|
line-height: 30px; |
|
|
|
} |
|
|
|
.ti-text-form-content { |
|
|
|
line-height: 30px; |
|
|
|
padding-bottom: 20px; |
|
|
|
} |
|
|
|
</style> |
|
|
|
<div class="ui container"> |
|
|
|
<h4 class="ui header" id="vertical-segment"> |
|
|
|
<!-- <a href="javascript:window.history.back();"><i class="arrow left icon"></i>返回</a> --> |
|
|
|
<div class="ui breadcrumb"> |
|
|
|
<a class="section" href="{{$.RepoLink}}/modelmanage/show_model"> |
|
|
|
模型管理 |
|
|
|
</a> |
|
|
|
<div class="divider"> / </div> |
|
|
|
<div class="active section">{{$.Name}}</div> |
|
|
|
</div> |
|
|
|
</h4> |
|
|
|
<div style="border:1px solid #e2e2e2;padding: 20px 60px;margin-top:24px"> |
|
|
|
<div style="width: 50%;float: left;"> |
|
|
|
<span class="model_header_text">基本信息</span> |
|
|
|
<table style="margin-top:20px;"> |
|
|
|
<tbody> |
|
|
|
<tr style="font-size: 12px;"> |
|
|
|
<td class="ti-text-form-label"> |
|
|
|
模型名称: |
|
|
|
</td> |
|
|
|
<td class="ti-text-form-content"> |
|
|
|
Model_asasdas |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</tbody> |
|
|
|
|
|
|
|
</table> |
|
|
|
</div> |
|
|
|
<div style="width: 50%;float: left;"> |
|
|
|
<span class="model_header_text">模型精度</span> |
|
|
|
</div> |
|
|
|
<div style="clear: both;"></div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |